memcached: Allow overriding the max-item-size.

This is necessary for organizations with extremely large numbers of
members (20k+).
This commit is contained in:
Alex Vandiver
2023-02-09 19:24:10 +00:00
committed by Tim Abbott
parent 4c4491cdcf
commit 7ab4fdf250
3 changed files with 11 additions and 0 deletions

View File

@@ -800,6 +800,12 @@ The version of PostgreSQL that is in use. Do not set by hand; use the
Override the number of megabytes of memory that memcached should be
configured to consume; defaults to 1/8th of the total server memory.
#### `max_item_size`
Override the maximum size that an item in memcached can store. This defaults to
1m; adjusting it should only be necessary if your Zulip server has organizations
which have more than 20k users.
### `[loadbalancer]`
#### `ips`