0
Timer timer = new HashedWheelTimer(); 
        bootstrap = new ServerBootstrap(new NioServerSocketChannelFactory(
                Executors.newCachedThreadPool(),
                Executors.newCachedThreadPool()));
        bootstrap.setPipelineFactory(new PortNettyFactory(timer,port));
        bootstrap.setOption("child.tcpNoDelay", true);
        bootstrap.setOption("child.keepAlive", true);
        bootstrap.bind(new InetSocketAddress(port));

Jprofilerでnetty表示メモリリークを使用しています。私に提案してください、ありがとう!!!

4

0 に答える 0