From d99151b4f570c9c72ef6ea8e7543c4b49e1d3c8d Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 24 Apr 2018 11:45:36 +0300 Subject: [PATCH] systemd: Increase file descriptors by default --- dovecot.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dovecot.service.in b/dovecot.service.in index 940ce8f9e0..8237e6dec5 100644 --- a/dovecot.service.in +++ b/dovecot.service.in @@ -24,8 +24,8 @@ PrivateDevices=true # You can add environment variables with e.g.: #Environment='CORE_OUTOFMEM=1' -# If you have trouble with `Too many open files' you may set: -#LimitNOFILE=8192 +# If you have trouble with `Too many open files', increase +LimitNOFILE=8192 # If you want to allow the Dovecot services to produce core dumps, use: #LimitCORE=infinity -- 2.47.3