Skip to content

Commit

Permalink
dovecot.service: Update LimitNOFILE=65535
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Hannu Ylitalo authored and cmouse committed May 30, 2018
1 parent 8fb8621 commit 56d47c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dovecot.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56d47c7

Please sign in to comment.