Hi there, I have 7 netty producers running on a 32 core system. This results in approximately 7x32x2=448 threads which leads to frequent out-of-memory/unable to create new native thread errors on my 32 bit jvm.
The producers are very low volume both in terms of message size and number of messages. Is there any chance to reduce the number of threads used by netty? Camel version=2.13.2 Thanks in advance, Thomas.
