How to confirm memcache memory increase?
Posted
by
Peter Johansson
on Server Fault
See other posts from Server Fault
or by Peter Johansson
Published on 2010-11-15T18:45:39Z
Indexed on
2011/01/11
23:55 UTC
Read the original article
Hit count: 328
Alright, I have downloaded /etc/sysconfig/memcache
And edited the file that contained "PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="64"
OPTIONS=""
to 1000 cachesize. I uploaded the file back to the server. Now I know there is a way to check if the changes took effect, but I cant remember how. I tried "memcached-tool 127.0.0.1:11211 stats" but it didnt show me the RAM size.
Any help would be appreciated.
© Server Fault or respective owner