=== ChangeLog ================================================================== --- ChangeLog (revision 3583) +++ ChangeLog (local) @@ -1,3 +1,6 @@ +2007-08-07 Leon Brocard + * Bring the memcached.1 manpage up to date + 2007-08-06 Paul Lindner * Fix crash when using -P and -d flags on x86_64 with latest libevent release. === doc/memcached.1 ================================================================== --- doc/memcached.1 (revision 3583) +++ doc/memcached.1 (local) @@ -20,6 +20,9 @@ These programs follow the usual GNU command line syntax. A summary of options is included below. .TP +.B \-s +Unix socket path to listen on (disables network support). +.TP .B \-l Listen on ; default to INDRR_ANY. This is an important option to consider as there is no other way to secure the installation. Binding to an @@ -46,7 +49,7 @@ Listen on TCP port , the default is port 11211. .TP .B \-U -Listen on UDP port , the default is port 11211. +Listen on UDP port , the default is 0, off. .TP .B \-M Disable automatic removal of items from the cache when out of memory. @@ -55,13 +58,16 @@ .B \-r Raise the core file size limit to the maximum allowable. .TP +.B \-b +Run a managed instanced (mnemonic: buckets)\n". +.TP .B \-f Use as the multiplier for computing the sizes of memory chunks that items are stored in. A lower value may result in less wasted memory depending on the total amount of memory available and the distribution of item sizes. The default is 1.25. .TP -.B \-s +.B \-n Allocate a minimum of bytes for the item key, value, and flags. The default is 48. If you have a lot of small keys and values, you can get a significant memory efficiency gain with a lower value. If you use a high @@ -89,7 +95,7 @@ Number of threads to use to process incoming requests. This option is only meaningful if memcached was compiled with thread support enabled. It is typically not useful to set this higher than the number of CPU cores on the -memcached server. +memcached server. The default is 4. .TP .B \-D Use as the delimiter between key prefixes and IDs. This is used for