Set maximum number of ports (#2643)

Some modern Linux distributions have ridiculous default limits of file descriptors.
For example, Rocky Linux has a default configuration of up to 134217727 file descriptors.
Setting to 64k descriptors is unlimited in the traditional sense.
This commit is contained in:
Hynek Vychodil 2024-06-10 16:17:35 +02:00 committed by GitHub
parent 1d32082543
commit 06e9a5e15c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,3 @@
# Disable busy waiting so that we don't waste resources
+sbwt none +sbwtdcpu none +sbwtdio none
# Limit the maximal number of ports for the same reason
+sbwt none +sbwtdcpu none +sbwtdio none +Q 65536