forked from pool/earlyoom
- Added GeckoMain in --prefer parameter. (firefox name process) - Removed firefox and chromium in --prefer parameter. (irrelevant) OBS-URL: https://build.opensuse.org/request/show/932163 OBS-URL: https://build.opensuse.org/package/show/Base:System/earlyoom?expand=0&rev=35
13 lines
768 B
Plaintext
13 lines
768 B
Plaintext
## Path: System/Memory
|
|
## Description: configuration for Early OOM Daemon
|
|
|
|
## Type: string
|
|
## Default: "-r 3 -m 6 -s 10 -n -p --avoid '(^|/)(systemd|Xorg|X|Xwayland|xdm|sddm|kdm|gdm|lightdm|plasmashell|kwin_wayland|kwin_x11|ssh|yast|yast2|y2controlcenter|zypper|rpm)$' --prefer '(^|/)(java|Web\ Content|GeckoMain|chrome|opera|ffmpeg|vlc|akregator|thumbnail.so)$'"
|
|
## Config: earlyoom
|
|
#
|
|
# Command-line options to pass to earlyoom
|
|
#
|
|
# see man(1) earlyoom
|
|
#
|
|
EARLYOOM_ARGS="-r 0 -m 6 -s 10 -n -p --avoid '(^|/)(systemd|Xorg|X|Xwayland|xdm|sddm|kdm|gdm|lightdm|plasmashell|kwin_wayland|kwin_x11|ssh|yast|yast2|y2controlcenter|zypper|rpm|dnf)$' --prefer '(^|/)(java|Web\ Content|GeckoMain|chrome|opera|falkon|ffmpeg|vlc|mpv|akregator|thumbnail.so)$'"
|