SHA256
1
0
forked from pool/earlyoom
Files
earlyoom/earlyoom.sysconfig
Marcus Meissner 3ca9f9aec6 Accepting request 760937 from home:embar-:Lietukas
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
2020-01-06 10:14:39 +00:00

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)$'"