lanproxy icon indicating copy to clipboard operation
lanproxy copied to clipboard

添加了很多客户端后,就无法再添加了。

Open fractal520 opened this issue 6 years ago • 2 comments

添加了一定数量客户端后,再添加就卡死了。

fractal520 avatar Apr 16 '19 07:04 fractal520

两个方面排查下问题

  1. 看看你系统的连接数限制
  2. 修改下面这个类中 pipeline.addLast(new HttpObjectAggregator(64 * 1024)); 把64 * 1024这个数值改大些 https://github.com/ffay/lanproxy/blob/master/proxy-server/src/main/java/org/fengfei/lanproxy/server/config/web/WebConfigContainer.java

ffay avatar Apr 18 '19 01:04 ffay

嗯,昨天已经找到原因,是WebConfigContainer类中代码限制了,感谢作者回复呀,赞!

fractal520 avatar Apr 18 '19 09:04 fractal520