From e8965352d97f5c83d27ab4743efc31f6016a1c89 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 19 Apr 2019 01:40:32 +0900 Subject: [PATCH] update conf --- nohang.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nohang.conf b/nohang.conf index 26442a8..985266b 100644 --- a/nohang.conf +++ b/nohang.conf @@ -85,8 +85,9 @@ ignore_psi = True psi_path = /sys/fs/cgroup/unified/system.slice/foo.service/memory.pressure Execute the command - find /sys/fs/cgroup | grep -P "memory\.pressure$" + find /sys/fs/cgroup -name memory.pressure to find available memory.pressue files (except /proc/pressure/memory). + (actual for cgroup2) psi_path = /proc/pressure/memory