And here is the commit that enables pooled out of the box (to be reverted later) https://github.com/apache/camel/commit/ca5bdf953a5c0932f991d82af91d5477947df134
On Tue, Mar 9, 2021 at 4:43 PM Claus Ibsen <[email protected]> wrote: > > Hi > > We are working on Camel 3.9 optimizations and one new feature it the > ability to enable pooling of exchanges and internal objects by the > routing engine. > > This reduces the object allocations created by core Camel and reduces > the GC cycles. > > However as its a change in behaviour and we have done testing locally > only, then I want to turn it on by default for a few days to let > Apache CI jobs do full builds as well, so we can see if they report > any new errors. > > There are some more work coming in this area, and also a blog post > with details and some charts with before vs after. > > -- > Claus Ibsen > ----------------- > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
