Early OOM Daemon for Linux
https://github.com/rfjakob/earlyoomearlyoom checks the amount of available memory and free swap, and if both are below critical level, it will kill the largest process (highest oom_score).
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:embar-:Lietukas/earlyoom && cd $_
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
earlyoom-1.3.tar.gz | 0000031399 30.7 KB | about 3 years |
earlyoom.changes | 0000000511 511 Bytes | over 2 years |
earlyoom.spec | 0000002393 2.34 KB | over 2 years |
earlyoom.sysconfig | 0000000709 709 Bytes | over 2 years |
Comments 2
akontsevich wrote over 2 years ago
Hi, seems You package are good enough for the Factory. Could You submit it there please: https://bugzilla.suse.com/show_bug.cgi?id=1114589#c9 as I have no experience on this yet. Thanks!
akontsevich wrote over 2 years ago
Mindaugas, however earlyoom does not work for me: my custom app has memory leak and it eats all the memory very fast and earlyoom does not kill it. After this I forced to kill it manually then to kill and restart plasma and firefox as they unloaded to swap and become unresponsive. Very inconvenient! Any ideas? Change some settings or earlyoom just unable to kill some apps?