mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
change worker group threads to 8
This commit is contained in:
@@ -275,7 +275,7 @@ public class ArthasBootstrap {
|
||||
resolvers.add(builtinCommands);
|
||||
|
||||
//worker group
|
||||
workerGroup = new NioEventLoopGroup(24);
|
||||
workerGroup = new NioEventLoopGroup(8);
|
||||
|
||||
// TODO: discover user provided command resolver
|
||||
if (configure.getTelnetPort() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user