mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-05 19:00:35 -05:00
341 B
341 B
notes about system limits in Linux:
ulimit -n 100000will raise the max number of FDs for a process to 100000/proc/sys/net/core/netdev_max_backlogcontrols the kernel backlog size, raise it (default is 1000)/proc/sys/net/core/somaxconnis the max size of a socket backlog (as given tolisten()), raise it (default is 4096)