Fixed variables processing order issue related to perf subsystem

> https://bbs.archlinux.org/viewtopic.php?id=248926
This commit is contained in:
Samuel FORESTIER 2021-06-07 08:21:17 +00:00 committed by GitHub
parent 4eba426270
commit 9a3fd6cf9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ##########