EventLoopGroup bossGroup = new NioEventLoopGroup();
不加参数创建NioEventLoopGroup的话,会使用cpu核数*2作为bossGroup的线程数。