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

Reply via email to