Save updates
This commit is contained in:
parent
57a2173439
commit
aa29d84de2
4 changed files with 10 additions and 7 deletions
|
@ -5,7 +5,7 @@ kernel.kptr_restrict=1
|
|||
kernel.kexec_load_disabled=1
|
||||
|
||||
# Only let root ptrace processes, for security reasons.
|
||||
# Perhaps I'll need to disable this again for devtools & debugging
|
||||
# Perhaps needs to be disabled for devtools & debugging
|
||||
kernel.yama.ptrace_scope=2
|
||||
|
||||
# IPv6 Privacy Extensions (RFC 4941)
|
||||
|
@ -51,6 +51,7 @@ kernel.sysrq=176
|
|||
|
||||
# Disable NMI watchdog (powertop recommendation)
|
||||
kernel.nmi_watchdog=0
|
||||
|
||||
# Increase writeback time (default's 500, powertop recommendation)
|
||||
vm.dirty_writeback_centisecs=1500
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue