Skip to content

Commit

Permalink
MANPAGE: add example for KILL_PERCENT
Browse files Browse the repository at this point in the history
The new optional KILL_PERCENT is confusing to users,
add examples.

#97
  • Loading branch information
rfjakob committed Nov 1, 2018
1 parent b52cc56 commit 23228fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MANPAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ KILL_PERCENT setting (default PERCENT/2).

Use the same value for PERCENT and KILL_PERCENT if you always want to use SIGKILL.

Examples:

earlyoom # sets PERCENT=10, KILL_PERCENT=5

earlyoom -m 30 # sets PERCENT=30, KILL_PERCENT=15

earlyoom -m 20,18 # sets PERCENT=20, KILL_PERCENT=18

#### -s PERCENT[,KILL_PERCENT]
set free swap minimum to PERCENT of total (default 10 %).
Send sigkill if at or below KILL_PERCENT (default PERCENT/2), otherwise sigterm.
Expand Down

0 comments on commit 23228fb

Please sign in to comment.