choria-legacy / puppet-nats

NATS.io module for the Choria Orchestrator
http://choria.io
Apache License 2.0
5 stars 16 forks source link

[Feature Request] Configure LimitNOFILE via systemd #28

Closed bastelfreak closed 7 years ago

bastelfreak commented 7 years ago

The linux kernel has certain limits for the amount of open file descriptors for each user/process. The default limit may be to low for a high amount of TCP connections. This can be configured via ulimit -n or, which is way cooler, via the systemd unit file.