This commit is contained in:
Patrick Schleizer 2021-09-14 14:18:44 -04:00
parent 03276fbec5
commit c72567dbd2
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -12,7 +12,6 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slab_nomerge"
## Enables sanity checks (F) and redzoning (Z).
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slub_debug=FZ"
echo "## $kver grater or equal 5.3: yes"
## Zero memory at allocation and free time.
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX init_on_alloc=1 init_on_free=1"