Changeset 606
- Timestamp:
- 08/08/07 08:45:14 (1 year ago)
- Files:
-
- trunk/server/ChangeLog (modified) (1 diff)
- trunk/server/doc/memcached.1 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/ChangeLog
r604 r606 1 2007-08-07 Leon Brocard <acme@astray.com> 2 * Bring the memcached.1 manpage up to date 3 1 4 2007-08-06 Paul Lindner <lindner@inuus.com> 2 5 * Fix crash when using -P and -d flags on x86_64 trunk/server/doc/memcached.1
r509 r606 20 20 These programs follow the usual GNU command line syntax. A summary of options 21 21 is included below. 22 .TP 23 .B \-s <file> 24 Unix socket path to listen on (disables network support). 22 25 .TP 23 26 .B \-l <ip_addr> … … 47 50 .TP 48 51 .B \-U <num> 49 Listen on UDP port <num>, the default is port 11211.52 Listen on UDP port <num>, the default is 0, off. 50 53 .TP 51 54 .B \-M … … 56 59 Raise the core file size limit to the maximum allowable. 57 60 .TP 61 .B \-b 62 Run a managed instanced (mnemonic: buckets)\n". 63 .TP 58 64 .B \-f <factor> 59 65 Use <factor> as the multiplier for computing the sizes of memory chunks that … … 62 68 The default is 1.25. 63 69 .TP 64 .B \- s<size>70 .B \-n <size> 65 71 Allocate a minimum of <size> bytes for the item key, value, and flags. The 66 72 default is 48. If you have a lot of small keys and values, you can get a … … 90 96 meaningful if memcached was compiled with thread support enabled. It is 91 97 typically not useful to set this higher than the number of CPU cores on the 92 memcached server. 98 memcached server. The default is 4. 93 99 .TP 94 100 .B \-D <char>
