summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoriqr4m <58055538+iqr4m@users.noreply.github.com>2019-11-21 16:47:20 -0800
committerdormando <dormando@rydia.net>2020-01-13 17:31:20 -0800
commit4827237692d93986702cff051f03c19c2e318c80 (patch)
treea45e88e0d94ecfeb3f889682d3b1c46514673eb5 /doc
parentfa0c57c2a1bf4479ec79c446150f46732739428e (diff)
downloadmemcached-4827237692d93986702cff051f03c19c2e318c80.tar.gz
Update documentation for --max-item-size
This limit was added in this patch [1], while this patch [2] fixed it in -h output. [1] https://github.com/memcached/memcached/commit/b5ad069ed887b8086756def7fb2efa65f5c1e462#diff-3970a0b3806605c2c138450fdae4e80e [2] https://github.com/memcached/memcached/commit/50bdc9f3e134122e280031683f2b502f84e96624#diff-3970a0b3806605c2c138450fdae4e80e
Diffstat (limited to 'doc')
-rw-r--r--doc/memcached.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index f762936..ed50c7f 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -140,7 +140,7 @@ specify the protocol clients must speak. Possible options are "auto"
.TP
.B \-I, --max-item-size=<size>
Override the default size of each slab page. The default size is 1mb. Default
-value for this parameter is 1m, minimum is 1k, max is 128m.
+value for this parameter is 1m, minimum is 1k, max is 1G (1024 * 1024 * 1024).
Adjusting this value changes the item size limit.
.TP
.B \-S, --enable-sasl