lhotari commented on PR #23165: URL: https://github.com/apache/pulsar/pull/23165#issuecomment-2287999552
> see: [netty/netty#4936](https://github.com/netty/netty/issues/4936) > > https://github.com/netty/netty/blob/4.1/common/src/main/java/io/netty/util/NetUtil.java#L170 It seems that the default of 128 is outdated in Netty. https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt ``` somaxconn - INTEGER Limit of socket listen() backlog, known in userspace as SOMAXCONN. Defaults to 4096. (Was 128 before linux-5.4) See also tcp_max_syn_backlog for additional tuning for TCP sockets. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
