From: Gunnar Beutner Date: Fri, 15 Nov 2013 13:10:52 +0000 (+0100) Subject: Set NPROC limit in the init script. X-Git-Tag: v0.0.5~70^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ee21816e4ecbe1de1dbae5e55a77430a874d303;p=icinga2 Set NPROC limit in the init script. Refs #5050 --- diff --git a/etc/init.d/icinga2.cmake b/etc/init.d/icinga2.cmake index f65da997f..97ecac266 100644 --- a/etc/init.d/icinga2.cmake +++ b/etc/init.d/icinga2.cmake @@ -56,6 +56,7 @@ start() { echo "Starting Icinga 2: " ulimit -n 32768 ulimit -s 512 + ulimit -u 16384 $DAEMON -c $ICINGA2_CONFIG_FILE -d -e $ICINGA2_ERROR_LOG -u $ICINGA2_USER -g $ICINGA2_GROUP echo "Done"