Re: Broker not releasing memory after restart

2020-04-14 Thread hfridhi
I agree with you the fact that we have to give the needed memory and do a good sizing in order to avoid such problems. However, my question is quite simple how it is possible that broker uses around 1,3G after 18 seconds knowing that there is no message in queues.

Re: Broker not releasing memory after restart

2020-04-14 Thread hfridhi
Hello Tim, Thank you for your quick reply. I agree with that increasing JVM's heap is a desperate measures in desperate times but my question is why even after a restart memory is quickly consumed (a window of 2 minutes).

Broker not releasing memory after restart

2020-04-13 Thread hfridhi
Hello guys, I know it could be shocking problem but it happened to me and I'm confused too. I started a broker to which I'm intensively sending messages through WS and consuming them by a camel embedded route. At a certain time, I'm facing "gc overhead limit exceeded java". I tried to restart the b