Last active
September 15, 2021 12:57
-
-
Save asmuth/8d8240e6cfe942863782dba5c4d73ad1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sysctl -w vm.min_free_kbytes=16000 | |
sysctl -w vm.overcommit_memory=2 | |
sysctl -w vm.overcommit_ratio=100 | |
sysctl -w vm.panic_on_oom=1 | |
sysctl -w kernel.panic_on_oops=1 | |
sysctl -w kernel.panic=10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watchdog-device = /dev/watchdog | |
realtime = yes | |
priority = 1 | |
allocatable-memory = 1024 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment