Merge pull request #840 from riyazdf/kexec-load

Disable kexec load in sysctl config
This commit is contained in:
Justin Cormack 2016-12-07 10:44:44 -08:00 committed by GitHub
commit 5794640a04

View File

@ -8,3 +8,4 @@ fs.aio-max-nr = 1048576
fs.inotify.max_user_watches = 524288
fs.file-max = 524288
kernel.random.write_wakeup_threshold = 3072
kernel.kexec_load_disabled = 1