Re: Memory capacity overflow of memcached

2010-10-20 Thread yashushi
Hi Dormando, We have tried the setting with 48MB and 64MB, but the same problem still comes out. Please kindly help to clarify. Thank you. -Yashushi On 10月18日, 下午4時50分, dormando dorma...@rydia.net wrote: Hi, My team try to use memcached to provide PHP caching recently but we find out

Re: Memory capacity overflow of memcached

2010-10-20 Thread dormando
Uhh, try 128MB? or higher? Are you adjusting the slab factor size? The minimum amount of memory memcached uses is 1MB * the number of slab classes + some misc stuff (the hash table, buffers, etc). 48M should be enough tho... Just in case; if you're asking if you set the memory limit to 128M, and

Memory capacity overflow of memcached

2010-10-18 Thread yashushi
Hi, My team try to use memcached to provide PHP caching recently but we find out there is a memory overflow problem. Here is the steps we have tested. (1)Create memcached with the max. memory is 4MB . (2)Add 900KB data from web to memcached 3 times. (3)Add 700KB data from web to memcached.