Too many open files

Juan Orti Alcaine j.orti.alcaine at gmail.com
Tue Dec 15 08:10:45 CET 2015


2015-12-14 18:07 GMT+01:00 Alex JOST <jost+lists at dimejo.at>:
> Am 14.12.2015 um 17:31 schrieb Alex:
> Fedora uses systemd which sets the limits per service. You need to override
> the default service. This should work:
>
> mkdir /etc/systemd/system/amavisd.service.d
> cd /etc/systemd/system/amavisd.service.d
> echo -e "[Service]\nLimitNOFILE=5000" > 10-limits.conf
> systemctl daemon-reload

Or just:
systemctl edit amavisd.service

[Service]
LimitNOFILE=5000

-- 
Juan Orti
https://apuntesderootblog.wordpress.com/


More information about the amavis-users mailing list