Bump nodepool's file descriptor limit.

Nodepool is running into file descriptor limits like Zuul. Again
compromise and bump the limit in the init script to give us breathing
room until the problem can be properly fixed.

Change-Id: Idd1fd679bdad1d3ea4951be7f9330214d7065027
This commit is contained in:
Clark Boylan 2014-01-06 22:49:36 -08:00
parent 5461ee7ee0
commit 48f9a1bd19
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ do_start()
mkdir -p /var/run/$NAME
chown $USER /var/run/$NAME
ulimit -n 8192
start-stop-daemon --start --quiet --pidfile $PIDFILE -c $USER --exec $DAEMON --test > /dev/null \
|| return 1
start-stop-daemon --start --quiet --pidfile $PIDFILE -c $USER --exec $DAEMON -- \