In my memcahced
configuration I have
PORT="11211"
USER="memcached"
MAXCONN="1024"
MAXITEMSIZE=5M
CACHESIZE="12288"
LOGFILE="/var/log/memcached.log"
OPTIONS="-vv >> /var/log/memcached 2>&1"
This is also what I see when I run a stats
STAT limit_maxbytes 67108864
But when I try to write a big item
set test 0 60 5000000 asdas
SERVER_ERROR object too large for cache