1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Remove debug kernel flag

This commit is contained in:
RGBCube 2024-01-16 17:17:06 +03:00
parent 7f77bf135b
commit 2d3eb008d6
No known key found for this signature in database

View file

@ -64,9 +64,6 @@ systemConfiguration {
# Performance improvement for direct-mapped memory-side-cache utilization, reduces the predictability of page allocations.
"page_alloc.shuffle=1"
# For debugging kernel-level slab issues.
"slub_debug=FZP"
# Disable sysrq keys. sysrq is seful for debugging, but also insecure.
"sysrq_always_enabled=0"