From 9a3fd6cf9c8fff1a10d989cd979a9717bd1ed082 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Mon, 7 Jun 2021 08:21:17 +0000 Subject: [PATCH] Fixed variables processing order issue related to perf subsystem > https://bbs.archlinux.org/viewtopic.php?id=248926 --- sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysctl.conf b/sysctl.conf index a4a5c97..d88b33a 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -65,8 +65,8 @@ kernel.pid_max = 4194304 # restrict perf subsystem usage kernel.perf_event_paranoid = 2 -kernel.perf_event_max_sample_rate = 1 kernel.perf_cpu_time_max_percent = 1 +kernel.perf_event_max_sample_rate = 1 ########## File System ##########