Comment #3 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

The focus of my bug report wasn't limit_maxbytes, but that when -m is passed without an argument, memcached is binding to 0.0.0.0:11211. It shouldn't be; it should behave exactly as if it was passed '-m 64', which means listening only on the socket file.

Reply via email to