summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond Norbye <Trond.Norbye@sun.com>2009-03-19 08:59:48 +0100
committerTrond Norbye <Trond.Norbye@sun.com>2009-03-19 09:03:56 +0100
commit5efd6f8928be65f31b19738123a4bd23ea1302df (patch)
tree6dd95dfc15ad421551fe5b03d60bfc52632195dc
parent95812e25f5012e78b544463b84aae6ae5d0de95a (diff)
downloadmemcached-5efd6f8928be65f31b19738123a4bd23ea1302df.tar.gz
Document command line options (-R and -C)
See http://code.google.com/p/memcached/issues/detail?id=28
-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