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
We should consider adding a (expert only) configuration setting to set the maximum number of threads for NioEventLoopGroup thread pool, similarly to how we have executor_threads to control the number of DefaultEventExecutors.
Currently, this is set to be 2*number_of_processors by default, and we have no way of tweaking this value if it proves to be excessive
The text was updated successfully, but these errors were encountered:
We should consider adding a (expert only) configuration setting to set the maximum number of threads for
NioEventLoopGroup
thread pool, similarly to how we haveexecutor_threads
to control the number ofDefaultEventExecutors
.Currently, this is set to be
2*number_of_processors
by default, and we have no way of tweaking this value if it proves to be excessiveThe text was updated successfully, but these errors were encountered: