Hello memcacheders!

I am trying to make mass set/add operation from file using bash/php against 
memcached server v 1.4.13.
It starts normally but reaching ~1000 items (~200KB) I am seeing that 
script operations continues while number of memcached items still remains 
~1000!
I use memcache-top and my own script to measure memcached items count.

Outputs:

> STAT curr_items 1009  

 
All keys/values are unique in  input file.
I have tried to add delays between adds/sets but it still does not help!

Server flags:
/usr/bin/memcached -v -m 2048 -p 11211 -u memcache -c 16384

So my questions are:
1. What am I doing wrong?
2. How to import all of the data from file to memcached?

Thanks in advance!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to