summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordann frazier <dannf@debian.org>2017-12-08 10:53:50 -0700
committerdann frazier <dann.frazier@canonical.com>2018-01-05 10:04:15 -0700
commitc1bde4cda5945495ba0ff56f887c6e81356b274d (patch)
treee49241d0fd8528ae215500a47fac0ccacf351c5f
parent3157e66fc6d0f64a80dd26ae17e6e674299598fb (diff)
Make arm64 use a similar crashkernel parameter as ppc64el
The generic defaults max out at 128M. Testing shows that this is not enough for arm64 servers. Instead, we use the defaults for ppc64el, but without the @32MB constraint (not a valid location on tested systems).
-rw-r--r--debian/kdump-tools.grub.arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/kdump-tools.grub.arm64 b/debian/kdump-tools.grub.arm64
new file mode 100644
index 0000000..d73038f
--- /dev/null
+++ b/debian/kdump-tools.grub.arm64
@@ -0,0 +1 @@
+GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M"