mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
proxy-vsockd: bump the max number of file descriptors
Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
91c7341401
commit
32ee88c347
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user