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:
parent
5461ee7ee0
commit
48f9a1bd19
@ -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 -- \
|
||||
|
Loading…
x
Reference in New Issue
Block a user