SHA256
1
0
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:
2020-01-06 10:14:39 +00:00
committed by Git OBS Bridge
commit 3ca9f9aec6
10 changed files with 445 additions and 0 deletions

12
earlyoom.sysconfig Normal file
View 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)$'"