mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +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 "${PIDFILE}" ] || PIDFILE=/var/run/proxy-vsockd.pid
|
||||||
[ -n "${LOGFILE}" ] || LOGFILE=/var/log/proxy-vsockd.log
|
[ -n "${LOGFILE}" ] || LOGFILE=/var/log/proxy-vsockd.log
|
||||||
|
|
||||||
|
ulimit -n 1048576
|
||||||
start-stop-daemon --start --quiet \
|
start-stop-daemon --start --quiet \
|
||||||
--background \
|
--background \
|
||||||
--exec /sbin/proxy-vsockd \
|
--exec /sbin/proxy-vsockd \
|
||||||
|
Loading…
Reference in New Issue
Block a user