LFD dies on open file limit when using systemd

Post Reply
marcele
Junior Member
Posts: 214
Joined: 17 Sep 2007, 17:02

LFD dies on open file limit when using systemd

Post by marcele »

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

Code: Select all

[Service]
LimitNOFILE=4096
It would be great to have this in the next release by default. Thanks Chirpy! Hope you had a good New Year!
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: LFD dies on open file limit when using systemd

Post by ForumAdmin »

We will add this to the next release.
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: LFD dies on open file limit when using systemd

Post by ForumAdmin »

This has been added in v8.09 which we have just released:
http://blog.configserver.com
Post Reply