You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
used in org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory that is created in PNPAgent.
Maybe this can be limited to a lower value, or at least configurable through a property for nodes.
Reducing this number of thread will reduce the memory footprint of the node.
It can also be an issue on machines configured with a low "max process per user" value (ulimit).
The text was updated successfully, but these errors were encountered:
Original issue created by Youri Bonnaffe on 05, Nov 2014 at 17:56 PM - PROACTIVE-1390
When using PNP, on a machine with a lot of CPUs, a large number of threads is created, mostly because of Netty which is use for PNP protocol.
It comes from Netty :
used in org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory that is created in PNPAgent.
Maybe this can be limited to a lower value, or at least configurable through a property for nodes.
Reducing this number of thread will reduce the memory footprint of the node.
It can also be an issue on machines configured with a low "max process per user" value (ulimit).
The text was updated successfully, but these errors were encountered: