allow proper perf usage

This commit is contained in:
Christoph Cullmann 2024-12-08 18:49:59 +01:00
parent e8409c2919
commit a028072111
No known key found for this signature in database

View file

@ -57,6 +57,9 @@ in
boot.kernel.sysctl = {
# allow dmesg for all users
"kernel.dmesg_restrict" = 0;
# allow proper perf usage
"kernel.perf_event_mlock_kb" = 16777216;
};
# Use the systemd-boot EFI boot loader.