This content has been marked as final.
Show 2 replies
-
1. Re: Setting Queue Size to fix OOM errors
rhusar Dec 19, 2013 1:57 AM (in response to lewisifer)Can you obtain a memory dump and see what is leaking?
-XX:-HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="/tmp"
Otherwise any discussion we could have is just guessing thus useless.
-
2. Re: Setting Queue Size to fix OOM errors
lewisifer Dec 19, 2013 12:05 PM (in response to rhusar)Hi Radoslav,
Yes, I'm currently doing that but that is not a trivial undertaking and would take some time. In the meantime, I still wanted to know how to set the queue size so that only a certain amount of messages at a time can be consumed. Is there an easy way to achieve this?