meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:kernel:oom [2023/02/17 10:47] – created niziak | linux:kernel:oom [2023/03/22 07:07] (current) – niziak | ||
---|---|---|---|
Line 6: | Line 6: | ||
<file bash / | <file bash / | ||
- | EARLYOOM_ARGS=" | + | # React if less than 5% of RAM is free, ignore swap space |
+ | EARLYOOM_ARGS=" | ||
</ | </ | ||
+ | <code bash> | ||
+ | systemctl restart earlyoom | ||
+ | </ |