<small>We have deployed memcache 1.22 on our php/mysql application. The problem two fold:<br><br>(1)
our cache doesn't fill all the way up to the limit_maxbytes, yet it
cannot add any new items (until we add another memcache server). <br><br>(2) since memcahce is "full", it should delete old, infrequently used data, yet the evictions are listed as [0].<br><br>Here is a printout of stats.
<br><br> [XXX.XX.XXX.XXX:11211] => Array<br> (<br> [pid] => 25833<br> [uptime] => 225838<br> [time] => 1182544142<br> [version] => 1.2.2<br> [pointer_size] => 32
<br> [rusage_user] => 156.936142<br> [rusage_system] => 843.370788<br> [curr_items] => 80253<br> [total_items] => 2093402<br> [bytes] => 837495268<br> [curr_connections] => 1665
<br> [total_connections] => 789085<br> [connection_structures] => 3060<br> [cmd_get] => 8145490<br> [cmd_set] => 2093402<br> [get_hits] => 5606887<br> [get_misses] => 2538603
<br> [evictions] => 0<br> [bytes_read] => 22638506466<br> [bytes_written] => 61598351689<br> [limit_maxbytes] => 932184064<br> [threads] => 4<br><br>Any ideas?
<br></small>