diff options
author | Charadon <dev@iotib.net> | 2022-09-14 07:21:28 +0100 |
---|---|---|
committer | bedlam <dave@slackbuilds.org> | 2022-09-14 07:21:28 +0100 |
commit | 7cf1544a436f7b369914c98b94f21fb74c73bf1e (patch) | |
tree | 83460f16d10e65891569dced244fc66f5954ab48 /system/earlyoom/slack-desc | |
parent | fdeee1781c88f9f2d79bcc7c23d189e8794a5a25 (diff) |
system/earlyoom: Added (The Early OOM Daemon)
Signed-off-by: bedlam <dave@slackbuilds.org>
Diffstat (limited to 'system/earlyoom/slack-desc')
-rw-r--r-- | system/earlyoom/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/earlyoom/slack-desc b/system/earlyoom/slack-desc new file mode 100644 index 0000000000000..a39853a125038 --- /dev/null +++ b/system/earlyoom/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +earlyoom: earlyoom (The Early OOM Daemon) +earlyoom: +earlyoom: earlyoom checks the amount of available memory and free swap up to +earlyoom: 10 times a second (less often if there is a lot of free memory). By +earlyoom: default if both are below 10%, it will kill the largest process +earlyoom: (highest oom_score). The percentage value is configurable via +earlyoom: command line arguments. +earlyoom: +earlyoom: +earlyoom: +earlyoom: |