mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
memcached: Allow overriding the max-item-size.
This is necessary for organizations with extremely large numbers of members (20k+).
This commit is contained in:
committed by
Tim Abbott
parent
4c4491cdcf
commit
7ab4fdf250
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user