forked from pool/earlyoom
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
This commit is contained in:
12
earlyoom.sysconfig
Normal file
12
earlyoom.sysconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
## 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)$'"
|
Reference in New Issue
Block a user