Too many open files
Alex
mysqlstudent at gmail.com
Tue Dec 15 02:25:54 CET 2015
Hi,
> 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
Ah, terrific. Where did you find that LimitNOFILE was the option that
controls the number of open files? Where are those options defined?
Thanks guys for your help.
Thanks,
Alex
More information about the amavis-users
mailing list