proxy-vsockd: bump the max number of file descriptors

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2016-07-04 21:49:17 +01:00
parent 91c7341401
commit 32ee88c347

View File

@ -19,6 +19,7 @@ start()
[ -n "${PIDFILE}" ] || PIDFILE=/var/run/proxy-vsockd.pid
[ -n "${LOGFILE}" ] || LOGFILE=/var/log/proxy-vsockd.log
ulimit -n 1048576
start-stop-daemon --start --quiet \
--background \
--exec /sbin/proxy-vsockd \