LFD dies on open file limit when using systemd
Posted: 09 Jan 2016, 16:21
It seems that we need to apply the fix outlined here but for systemd:
viewtopic.php?f=5&t=8794&p=24868&hilit=ulimit#p24868
To fix add the LimitNOFILE option to the etc/systemd/system/multi-user.target.wants/lfd.service
It would be great to have this in the next release by default. Thanks Chirpy! Hope you had a good New Year!
viewtopic.php?f=5&t=8794&p=24868&hilit=ulimit#p24868
To fix add the LimitNOFILE option to the etc/systemd/system/multi-user.target.wants/lfd.service
Code: Select all
[Service]
LimitNOFILE=4096