Updates:
Status: Accepted
Comment #1 on issue 307 by [email protected]: Memcached listens on port
when -m is not given a argument even when started with -s
http://code.google.com/p/memcached/issues/detail?id=307
-m defaults to 64, so if you don't give it an argument it uses the default?Actually apparently it sets limit_maxbytes to 0 if you do that. Guess we'll fix.
memcached will still work if you set limit_maxbytes to 0, as it'll put one slab page into each slab class.
