From 5efd6f8928be65f31b19738123a4bd23ea1302df Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Thu, 19 Mar 2009 08:59:48 +0100 Subject: Document command line options (-R and -C) See http://code.google.com/p/memcached/issues/detail?id=28 --- doc/memcached.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 MB memory max to use for object storage; the default is 64 megabytes. .B \-c Use max simultaneous connections; the default is 1024. .TP +.B \-R +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 -- cgit v1.2.1