Closed GoogleCodeExporter closed 9 years ago
As the stacktrace says it is an out of memory problem. You can try increasing
the heap space using -Xmx option.
Original comment by ganjisaffar@gmail.com
on 1 Aug 2011 at 6:22
Thanks for replying back.. I have increased the heap space... And if I also
increase this setPolitenessDelay from 200 to 1000 then any effect will be
there??
/* * Be polite:
* Make sure that we don't send more than 5 requests per
* second (200 milliseconds between requests).
*/
controller.setPolitenessDelay(200);
Original comment by jamalrai...@gmail.com
on 1 Aug 2011 at 6:30
No, that is just the delay between sending new requests.
Original comment by ganjisaffar@gmail.com
on 1 Aug 2011 at 6:53
Although this is not a Berkeley DB Java Edition problem, per se (it looks more
like a GC or JVM configuration problem) you may be able to get help by posting
to the Berkeley DB Java Edition OTN forum here: http://bit.ly/e1AYFi
Original comment by dsegl...@gmail.com
on 7 Aug 2011 at 11:48
Original issue reported on code.google.com by
jamalrai...@gmail.com
on 1 Aug 2011 at 6:08