You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
1 year ago
|
# https://docs.k3s.io/security/hardening-guide?_highlight=sysctl#ensure-protect-kernel-defaults-is-set
|
||
|
|
||
|
vm.panic_on_oom=0
|
||
|
vm.overcommit_memory=1
|
||
|
kernel.panic=10
|
||
|
kernel.panic_on_oops=1
|
||
|
kernel.keys.root_maxbytes=25000000
|