mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Merge pull request #250 from djs55/vsock-ulimit
proxy-vsockd: bump the max number of file descriptors
This commit is contained in:
commit
b3cfed22f4
@ -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