Skip to content

Commit

Permalink
Merge pull request #145 from mariux64/allow-cpu-event-access-by-users2
Browse files Browse the repository at this point in the history
Set perf_event_paranoid to -1
  • Loading branch information
pmenzel authored Dec 20, 2020
2 parents d23973e + 1d1e3ae commit 070881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_etc_files/sysctl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ kernel.shmall = 34359738368

# user request: Allow CPU event access by users without CAP_SYS_ADMIN

kernel.perf_event_paranoid = 1
kernel.perf_event_paranoid = -1

0 comments on commit 070881f

Please sign in to comment.