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).
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / earlyoom
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/earlyoom && cd $_
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | about 1 month |
earlyoom-1.7.tar.gz | 0000052210 51 KB | 4 months |
earlyoom.1 | 0000008337 8.14 KB | 4 months |
earlyoom.changes | 0000006034 5.89 KB | 4 months |
earlyoom.spec | 0000003204 3.13 KB | 4 months |
earlyoom.sysconfig | 0000000828 828 Bytes | 4 months |
Comments 1
akontsevich wrote over 2 years ago
Great! Thanks!!!