<small>We have deployed memcache 1.22 on our php/mysql application.  The problem two fold:<br><br>(1)
our cache doesn&#39;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 &quot;full&quot;, 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] =&gt; Array<br>        (<br>            [pid] =&gt; 25833<br>            [uptime] =&gt; 225838<br>            [time] =&gt; 1182544142<br>            [version] =&gt; 1.2.2<br>            [pointer_size] =&gt; 32
<br>            [rusage_user] =&gt; 156.936142<br>            [rusage_system] =&gt; 843.370788<br>            [curr_items] =&gt; 80253<br>            [total_items] =&gt; 2093402<br>            [bytes] =&gt; 837495268<br>            [curr_connections] =&gt; 1665
<br>            [total_connections] =&gt; 789085<br>            [connection_structures] =&gt; 3060<br>            [cmd_get] =&gt; 8145490<br>            [cmd_set] =&gt; 2093402<br>            [get_hits] =&gt; 5606887<br>            [get_misses] =&gt; 2538603
<br>            [evictions] =&gt; 0<br>            [bytes_read] =&gt; 22638506466<br>            [bytes_written] =&gt; 61598351689<br>            [limit_maxbytes] =&gt; 932184064<br>            [threads] =&gt; 4<br><br>Any ideas?
<br></small>