Displaying 1 result from an estimated 1 matches for "ulimit_open_files".
2013 Mar 20
1
ulimit -n in start-script
Hi!
Even on midrange-systems it's necessary to set "ulimit -n" to a higher
value then the system default of 1024.
I'd prefer having this already prepared:
In /etc/defaults/dovecot we should add:
# Set amount of "open files" / ulimit -n
ULIMIT_OPEN_FILES=16884
In /etc/init.d/dovecot we should add:
# Set amount of open files / ulimit -n
[ -n "$ULIMIT_OPEN_FILES" ] && ulimit -n $ULIMIT_OPEN_FILES
Peer
--
Heinlein Support GmbH
Schwedter Str. 8/9b, 10119 Berlin
http://www.heinlein-support.de
Tel: 030 / 405051-42
Fax: 030 /...