choria-legacy / puppet-nats

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

Add LimitNOFILE support for systemd #27

Closed bastelfreak closed 7 years ago

bastelfreak commented 7 years ago

I had to set LimitNOFILE to make nats work with high amount of TCP connections. This is equal to ulimit -n: https://www.freedesktop.org/software/systemd/man/systemd.exec.html

bastelfreak commented 7 years ago

squashed, updated commit message, opened issue, extended readme

ripienaar commented 7 years ago

this is perfect, put the lock file back and we're good to go :)

bastelfreak commented 7 years ago

@ripienaar done

ripienaar commented 7 years ago

thanks a lot @bastelfreak