mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Merge pull request #586 from justincormack/overcommit
Support memory overcommit
This commit is contained in:
commit
5217107fa4
@ -1,4 +1,5 @@
|
|||||||
vm.max_map_count = 262144
|
vm.max_map_count = 262144
|
||||||
|
vm.overcommit_memory = 1
|
||||||
net.core.somaxconn = 1024
|
net.core.somaxconn = 1024
|
||||||
fs.aio-max-nr = 1048576
|
fs.aio-max-nr = 1048576
|
||||||
fs.inotify.max_user_watches = 524288
|
fs.inotify.max_user_watches = 524288
|
||||||
|
Loading…
Reference in New Issue
Block a user