Skip to content

Commit

Permalink
mxgrub: Change crashkernel size to 512MB
Browse files Browse the repository at this point in the history
Systems like "kreios" panic during initialization of the panic kernel
with out of memory. Double the memory size for the panic kernel.

This is an experiment, because for systems with <8GB we surly don't want
to reserve 512 MB.
  • Loading branch information
donald committed Aug 12, 2019
1 parent 5447318 commit 8b85866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ sub scan_mariux {
}
}

our $KERNEL_PARAMETER="ro crashkernel=256M console=ttyS0,115200n8 console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0";
our $KERNEL_PARAMETER="ro crashkernel=512M console=ttyS0,115200n8 console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0";

sub update_grub_cfg {
my $kernellist='';
Expand Down

0 comments on commit 8b85866

Please sign in to comment.