From fa1526a9de19564de4059d93f3baf873ad432e6d Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 7 Aug 2018 17:18:34 +0900 Subject: [PATCH] fix config --- nohang.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nohang.conf b/nohang.conf index 784ff10..6af36d0 100644 --- a/nohang.conf +++ b/nohang.conf @@ -228,6 +228,9 @@ swap_min_warnings = 20 % zram_max_warnings = 40 % + Ampersands (&) will be replaced with asterisks (*) in process + names and in commands. + ##################################################################### 7. Preventing the slowing down of the program @@ -267,7 +270,7 @@ realtime_ionice = True - `man ionice` Valid values are integers from the range [0; 7]. -realtime_ionice_classdata = 5 +realtime_ionice_classdata = 4 #####################################################################