Closed GoogleCodeExporter closed 8 years ago
What's your method used for deleting?
deleteWithNoReplay?
If you use deleteWithNoReply,the requests will be sent to memcached without
waiting for response,so if xmc can not send requests as fast as you call
deleteWithNoReply,there would be much more request commands in sending
queue,and OOM if there is not enough memory.
Original comment by killme2...@gmail.com
on 23 Mar 2011 at 12:41
Yes, you're right, after a bit more investigation we've understood that we're
sending too many delete requests at once (about 5 million) with noReply, and
therefore we get out of memory error. We'll have to find a way to throttle
these requests. You can close this issue.
Thanks for the help.
Original comment by scamurcu...@gmail.com
on 23 Mar 2011 at 12:54
Thanks for your report.
Original comment by killme2...@gmail.com
on 23 Mar 2011 at 1:04
Original issue reported on code.google.com by
scamurcu...@gmail.com
on 17 Mar 2011 at 4:15Attachments: