small patch to man page

Doug Porter dsp at dsp.name
Tue Oct 12 16:10:36 PDT 2004


Below you'll find a small patch I made to the man page.  It just
adds a brief entry for the -M and -r options.

Btw, is there a public CVS/Subversion/whatever repository for
memcached?  It would be nice to be able to work with the latest
code.  In my brief review of the memcached web site I didn't see
a repository mentioned...


diff -Naur memcached-1.1.11.orig/doc/memcached.1 memcached-1.1.11/doc/memcached.1
--- memcached-1.1.11.orig/doc/memcached.1	Tue Oct 12 22:51:12 2004
+++ memcached-1.1.11/doc/memcached.1	Tue Oct 12 23:03:24 2004
@@ -45,6 +45,13 @@
 .B \-p <num> 
 Listen on port <num>, the default is port 11211.
 .TP
+.B \-M
+Disable automatic removal of items from the cache when out of memory.
+Additions will not be possible until adequate space is freed up.
+.TP
+.B \-r
+Raise the core file size limit to the maximum allowable.
+.TP
 .B \-h
 Show the version of memcached and a summary of options.
 .TP



-- 
Doug Porter <dsp at dsp.name>


More information about the memcached mailing list