forked from pool/earlyoom
EarlyOOM is a user-space daemon for checking the amount of memory and swap frequency in order to trigger Linux's out-of-memory killer (oom-killer) sooner rather than before experiencing too much memory pressure that the Linux desktop hits responsiveness problems. OBS-URL: https://build.opensuse.org/request/show/760937 OBS-URL: https://build.opensuse.org/package/show/Base:System/earlyoom?expand=0&rev=1
13 lines
533 B
Plaintext
13 lines
533 B
Plaintext
## Path: System/Memory
|
|
## Description: configuration for Early OOM Daemon
|
|
|
|
## Type: string
|
|
## Default: "-r 3 -m 10 -s 20 -n --avoid '(^|/)(systemd|Xorg|X|ssh|yast|yast2|zypper|rpm)$' --prefer '(^|/)(java|chromium|firefox|opera|akregator|thumbnail.so)$'"
|
|
## Config: earlyoom
|
|
#
|
|
# Command-line options to pass to earlyoom
|
|
#
|
|
# see man(1) earlyoom
|
|
#
|
|
EARLYOOM_ARGS="-r 3 -m 10 -s 20 -n --avoid '(^|/)(systemd|Xorg|X|ssh|yast|yast2|zypper|rpm)$' --prefer '(^|/)(java|chromium|firefox|opera|akregator|thumbnail.so)$'"
|