From 0179e8d54f72182c33528f67e8d0d08d7c7e0375 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 19 Aug 2019 22:25:15 +0200 Subject: [PATCH] Revert "mxgrub: Change crashkernel size to 512MB" This reverts commit 8b858666767fe53c160d15727bb6c553d2f95dbb. With nr_cpus=1 256M is enough even for kraios. --- mxgrub/mxgrub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxgrub/mxgrub b/mxgrub/mxgrub index 4d354c4..ec0f0be 100755 --- a/mxgrub/mxgrub +++ b/mxgrub/mxgrub @@ -239,7 +239,7 @@ sub scan_mariux { } } -our $KERNEL_PARAMETER="ro crashkernel=512M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0"; +our $KERNEL_PARAMETER="ro crashkernel=256M console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0"; sub update_grub_cfg { my $kernellist='';