Adding memory protections to avoid low RAM lockups #1071
Replies: 1 comment 1 reply
-
Duplicate of another discussion: https://github.com/orgs/linuxmint/discussions/1052 If you want to make a tutorial, you should add more details on how to set it up (RAM and swap limits, which processes to avoid closing and which ones to prefer) and examples for common settings. Another useful thing if you are limited on RAM but not too much on CPU is ZRAM, this also limits the use of swap which slows down using it on HDD or can decrease disk life on SSD disks (significantly on low-cost customer SSDs): https://forums.linuxmint.com/viewtopic.php?t=427964 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Install earlyoom, it automatically kills the top process to free up RAM "sudo apt-get earlyoom" or search for "earlyoom" in the software center.
Beta Was this translation helpful? Give feedback.
All reactions