This commit is contained in:
Alexey Avramov 2019-03-31 20:57:33 +09:00
parent f3a0ef42fc
commit 846c6640b9

View File

@ -217,11 +217,11 @@ re_match_uid = False
5.4 Matching CGroup-line with RE patterns 5.4 Matching CGroup-line with RE patterns
re_match_cgroup = True re_match_cgroup = False
@CGROUP_RE -50 /// system.slice @CGROUP_RE -50 /// system.slice
@CGROUP_RE 50 /// foo.service @CGROUP_RE -50 /// foo.service
@CGROUP_RE -50 /// user.slice @CGROUP_RE -50 /// user.slice
@ -300,7 +300,7 @@ gui_low_memory_warnings = True
Execute the command instead of sending GUI notifications if the value is Execute the command instead of sending GUI notifications if the value is
not empty line. For example: not empty line. For example:
warning_exe = cat /proc/meminfo & warning_exe = cat /proc/meminfo &
warning_exe = cat /proc/pressure/memory && cat /proc/sys/fs/unified/system.slice/memory.pressure && cat /proc/sys/fs/unified/user.slice/memory.pressure warning_exe = cat /proc/pressure/memory & cat /sys/fs/cgroup/unified/system.slice/memory.pressure & cat /sys/fs/cgroup/unified/user.slice/memory.pressure &
warning_exe = warning_exe =