Skip to content

Commit

Permalink
Revert "mxgrub: Change crashkernel size to 512MB"
Browse files Browse the repository at this point in the history
This reverts commit 8b85866.

With nr_cpus=1 256M is enough even for kraios.
  • Loading branch information
donald committed Aug 19, 2019
1 parent 773b249 commit 0179e8d
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=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='';
Expand Down

0 comments on commit 0179e8d

Please sign in to comment.