mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-17 17:56:47 +00:00
Fixed variables processing order issue related to perf subsystem
> https://bbs.archlinux.org/viewtopic.php?id=248926
This commit is contained in:
parent
4eba426270
commit
9a3fd6cf9c
@ -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 ##########
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user