mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Merge pull request #247 from justincormack/ulimit
use cat not sysctl for reading sysctl values
This commit is contained in:
commit
17628dbbb9
@ -55,7 +55,7 @@ start()
|
||||
fi
|
||||
|
||||
# set ulimits as high as possible
|
||||
ulimit -n $(sysctl fs.file-max)
|
||||
ulimit -n $(cat /proc/sys/fs/file-max)
|
||||
ulimit -p unlimited
|
||||
|
||||
DOCKER_LOGFILE="/var/log/docker.log"
|
||||
|
Loading…
Reference in New Issue
Block a user