A sophisticated low memory handler for Linux
-
Updated
Dec 1, 2021 - Python
Add a description, image, and links to the zram topic page so that developers can more easily learn about it.
To associate your repository with the zram topic, visit your repo's landing page and select "manage topics."
On a long-running system with swapfc enabled
swapfc_priority=50can eventually reach 0 (generating kernel errors) as seen here: #135. Looping back to the value ofswapfc_priorityclose to 0 is not a valid solution since that would mean that the highest priority swap file would be the first to be removed.A better solution would be to disable swapfc_priority when it's 0 and let the kernel ma