Comment #2 on issue 282 by [email protected]: Memcached: 55: Client
using the ascii protocol
http://code.google.com/p/memcached/issues/detail?id=282
Hi, thanks for reply me. yet am fighting with same issue, am trying to put
data into memcached via java client and am trying to put 60 million object
into memcached. I am using this command to start memcached
memcached -d -vv -m 8000 -l 127.0.0.1 -p 11211 -c 250 -L 2048 -R 100 1000
10 > log_ten_seconds
but after putting 20 million objects memcached give me error like
Failed to write, and not due to blocking: Connection reset by peer
<80 connection closed.
Failed to write, and not due to blocking: Connection reset by peer
Am not sure, where am having problem......I really appreciate if you help
me to get-out of this hall.