Closed GoogleCodeExporter closed 9 years ago
This isn't likely a bug with memcached. it's a problem with your client not
being used correctly. If you need support, please mail the mailing list with
details on what client you're using and example code which doesn't work.
Original comment by dorma...@rydia.net
on 27 Jul 2012 at 9:20
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.
Original comment by umashank...@eco-mail.com
on 27 Jul 2012 at 9:26
Original issue reported on code.google.com by
umashank...@eco-mail.com
on 25 Jul 2012 at 8:55