Comment 5 for bug 1567539

Revision history for this message
Nish Aravamudan (nacc) wrote : Re: [Bug 1567539] Re: Failure to dump with trusty+3.16 on ppc64el

On 07.04.2016 [17:18:58 -0000], Dave Chiluk wrote:
> According to
> https://wiki.ubuntu.com/ppc64el/Recommendations#Crash_Kernel_recommendations
>
> it looks like the following should be used.
> crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
>
> These should be made as defaults for crash on ppc64 at the very least.

FYI, the default actually comes from src:kexec-tools:

cat debian/kexec-tools.grub
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=384M-:128M"

which, in and of itself, seems odd as if you only install kexec-tools,
you've now reserved some system memory for kdump.

And if you remove/purge kexec-tools, crashkernel= seems to stick around
:)