Well,I am using Debian OS<br>and I am running two memcached at one time,listening port 11211 and 11212 respectively<br>I start the two process with these cmd<br>$memcached -d -u root -m 1500 -p 11211 -c 2000<br>$memcached -d -u root -m 1500 -p 11212 -c 2000
<br><br>The problem is when I use C# client to put the same item(500KB) into the two memcached I found it is only can save 1500 items before the server is full in one memcached but another can save almost 2005 items.<br>can anyone tell me how this happened?
<br><br>Regards for all tips.<br>Thanks a lot.<br>