From 4db39bf7dcd2cd0c4b9907ee8a04649dc8e1df89 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 24 Dec 2022 10:45:39 +0530 Subject: [PATCH] bluefeds: kernel_param: set 'crashkernel' size to 512M --- content/posts/bluefeds.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index 807efda..76bd0b7 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -107,6 +107,7 @@ sudo dnf clean all ### Remove Kernel cmdline args ```bash +sudo grubby --update-kernel=ALL --args=crashkernel=512M sudo grubby --update-kernel=ALL --remove-args=quiet sudo grubby --update-kernel=ALL --remove-args=rhgb ```