summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/memcached.110
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/memcached.1 b/doc/memcached.1
index 45446dc..9441afb 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -43,6 +43,13 @@ Use <num> MB memory max to use for object storage; the default is 64 megabytes.
.B \-c <num>
Use <num> max simultaneous connections; the default is 1024.
.TP
+.B \-R <num>
+This option seeks to prevent client starvation by setting a limit to the
+number of sequential requests the server will process from an individual
+client connection. Once a connection has exceeded this value, the server will
+attempt to process I/O on other connections before handling any further
+request from this connection. The default value for this option is 20.
+.TP
.B \-k
Lock down all paged memory. This is a somewhat dangerous option with large
caches, so consult the README and memcached homepage for configuration
@@ -75,6 +82,9 @@ chunk growth factor (-f option), on the other hand, you may want to increase
the size to allow a bigger percentage of your items to fit in the most densely
packed (smallest) chunks.
.TP
+.B \-C
+Disable the use of CAS id (and reduce the per-item size with 8 bytes).
+.TP
.B \-h
Show the version of memcached and a summary of options.
.TP