Based on report problem like:
it looks as if the new recycler pool default (see #1117) -- Lock-free Pool -- results in (at least in some cases) unbounded increasing memory retention over time. From symptoms it would appear as if actual releases to pool happened more often than succesful reuse from the pool, as otherwise 2 operations should generally balance out over time (resulting in maximum pool size relative to maximum concurrent use).
We need to figure out what could cause such behavior, or if not, what is the root cause of observed problems.
In the meantime we also will need to do #1256 to allow use of 2.17(.1) without this issue.