Hello,
I think there is an error in the documentation of datacaching
(http://parsa.epfl.ch/cloudsuite/memcached.html)
The "Starting the server" section of the doc says to run memcached as:
The following command will start the server with four threads and 4096MB
of dedicated memory, with the minimal object size of 550 bytes:
memcached -t 4 -D 4096 -n 550
but the "-D" option is not the right choice since:
-D <char> Use <char> as the delimiter between key prefixes and IDs.
This is used for per-prefix stats reporting. The default is ":" (colon).
If this option is specified, stats collection is turned on
automatically; if not, then it may be turned on by sending the "stats
detail on" command to the server.
So, what is the right option?
Thank you very much.
Best,
--
Marco