I installed Memcached on a Debian 7 server with 32 GB of ram. In my /etc/memcached.conf file I have it set up to use up to 4 GB of ram:
-m 4000
Yet, whenever I run 'top' I always see memcached using around 309m (VIRT) and 180m (SHARE). On my prior server I had 64 GB ram and set memcached to use 10GB and it always filled it up or came close. Any suggestions on what is causing memcached to always stay around 300 megabytes for its cache? I also have plenty of free memory (19263 used and 12954 free).