mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 17:25:27 +00:00
11 lines
359 B
Plaintext
11 lines
359 B
Plaintext
vm.max_map_count = 262144
|
|
vm.overcommit_memory = 1
|
|
net.core.somaxconn = 1024
|
|
net.ipv4.neigh.default.gc_thresh1 = 30000
|
|
net.ipv4.neigh.default.gc_thresh2 = 32000
|
|
net.ipv4.neigh.default.gc_thresh3 = 32768
|
|
fs.aio-max-nr = 1048576
|
|
fs.inotify.max_user_watches = 524288
|
|
fs.file-max = 524288
|
|
kernel.random.write_wakeup_threshold = 3072
|
|
kernel.kexec_load_disabled = 1 |