From: Hannu Ylitalo Date: Tue, 29 May 2018 07:29:50 +0000 (+0300) Subject: dovecot.service: Update LimitNOFILE=65535 X-Git-Tag: 2.3.9~1752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d47c7a2b33ffe276c0f8fb9e69ab029b4f12e4;p=thirdparty%2Fdovecot%2Fcore.git dovecot.service: Update LimitNOFILE=65535 Current value of 8192 is too low for most production setups and it needs to be changed every time something is deployed. Setting the default to 65535 is enough for most production environments so this would be one task less when deploying a production platform. --- diff --git a/dovecot.service.in b/dovecot.service.in index ac33cd71a5..5c45f590bf 100644 --- a/dovecot.service.in +++ b/dovecot.service.in @@ -28,7 +28,7 @@ PrivateDevices=true # You can add environment variables with e.g.: #Environment='CORE_OUTOFMEM=1' # If you have trouble with `Too many open files', increase -LimitNOFILE=8192 +LimitNOFILE=65535 # If you want to allow the Dovecot services to produce core dumps, use: #LimitCORE=infinity