Merge pull request #250 from djs55/vsock-ulimit

proxy-vsockd: bump the max number of file descriptors
This commit is contained in:
Justin Cormack
2016-07-06 14:52:01 +01:00
committed by GitHub

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 \