Re: GC overhead limit exceeded

2022-02-08 Thread Nordstrom, Karl
Thanks Matt, I'll look for GC tuning params for java-1.8.0-openjdk. These hosts do have two processors and 8G of ram. [kxn2@amq-d02 ~]$ grep processor /proc/cpuinfo processor : 0 processor : 1 [kxn2@amq-a02 ~]$ grep processor /proc/cpuinfo processor : 0 processor : 1 [kxn2@amq-p02 ~]$ grep

Re: GC overhead limit exceeded

2022-02-08 Thread Nordstrom, Karl
Hello, Here are the memory and cpu stats. [kxn2@amq-d02 ~]$ free -h totalusedfree shared buff/cache available Mem: 7.6G745M267M422M6.6G6.2G Swap:0B 0B 0B [kxn2@amq-a02 ~]$ free

Re: GC overhead limit exceeded

2022-02-08 Thread Tim Bain
It's probably also worth considering whether you're giving the JVM (and the machine) enough RAM for the amount of data you're asking it to hold in memory. Tim On Mon, Feb 7, 2022, 7:47 PM Matt Pavlovich wrote: > Hello Karl- > > Those error messages are usually indicative of a garbage

Re: Upcoming releases

2022-02-08 Thread Tim Bain
The concerns Justin has voiced are the reason I wasn't sure that adding such a page would be worth the effort. I think it would be OK to follow JB's proposal and do it despite those concerns (the consequences of failure are pretty low), particularly if some small group of people would take

Re: Limit prefetchSize from ActiveMQ side

2022-02-08 Thread Simon Lundström
You learn something new, every day = ) (well, atleast on a good day ; ) JB: OK! What's the difference between transport.prefetch and consumer.prefetchSize? BR, - Simon On Tue, 2022-02-08 at 09:50:17 +0100, CASAUX Nicolas wrote: > Hello Simon, > > I tested this and it does NOT work. > As per my

RE: Limit prefetchSize from ActiveMQ side

2022-02-08 Thread CASAUX Nicolas
Hello Simon, I tested this and it does NOT work. As per my understanding, this setting is for the connection string of the consumer. The solution provided by JB works however (using per destination policy). Nicolas C2 - Usage restreint -Message d'origine- De : Simon Lundström

RE: Limit prefetchSize from ActiveMQ side

2022-02-08 Thread CASAUX Nicolas
Hello! Thank you JB, it works! :) Nicolas C2 – Usage restreint -Message d'origine- De : JB Onofré Envoyé : mardi 8 février 2022 08:09 À : users@activemq.apache.org Objet : Re: Limit prefetchSize from ActiveMQ side Hi You can set the prefetch size on the destination policy entry