Hi, I created an enhancement request for makedumpfile here, https://github.com/makedumpfile/makedumpfile/issues/1 I found that compressing a flat core with gzip significantly reduces the size of the core. Here were my findings, 32G flat elf core -E -F -d 0 33G kdump core -d 0 16G kdump compressed -c -d 0 1.9G flat elf core stream compressed with gzip -E -F -d 0 My feature request was to implement an option inside makedumpfile to gzip compress the core output. This can already be accomplished by piping the core thru the gzip tool, however, because makedumpfile already links against libz having the option for makedumpfile to do it allows the gzip tools to be removed from the crash kernels initramfs there by reducing the size. Kazuhito Hagio had suggest adding the -C option instead of repurposing -c to do this. So a resulting command line might looks like this, makedumpfile -C -F -E -d 31 /proc/vmcore core.gz Thanks, Daniel _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec