darwin-network / slash

1 stars 1 forks source link

write and test an /etc/limits.conf #9

Closed slingamn closed 6 years ago

slingamn commented 6 years ago

The ircd is currently affected by the default limit of 1024 open files. In theory, we should be able to support users up to the number of ephemeral ports available on the WAN interface (~10k)?

eklitzke commented 6 years ago

Why don't you just start by having oragono increase the soft limit = hard limit (4096 on nearly all linux distros).

slingamn commented 6 years ago

This was implemented with systemd's LimitNOFILE directive. We are now limited to about 500,000 clients.