Cache entry size limit?
Garrett, Philip (MAN-Corporate)
Philip.Garrett at cox.com
Mon Nov 15 13:18:53 PST 2004
Hi,
Is there a size limit to individual cache entries in memcached? My
memcached server is choking on sizes slightly smaller than 1 megabyte.
Thanks,
Philip
<4 set key1 0 0 1048535
>4 SERVER_ERROR out of memory
<4 set key1 0 0 1048534
>4 STORED
$ memcached -p 16385 -m 128 -vv
stats
STAT pid 6980
STAT uptime 62
STAT time 1100553719
STAT version 1.1.10
STAT rusage_user 0:40000
STAT rusage_system 0:100000
STAT curr_items 1
STAT total_items 2
STAT bytes 1048576
STAT curr_connections 2
STAT total_connections 4
STAT connection_structures 3
STAT cmd_get 0
STAT cmd_set 2
STAT get_hits 0
STAT get_misses 0
STAT bytes_read 3145682
STAT bytes_written 44
STAT limit_maxbytes 134217728
END
More information about the memcached
mailing list