X86_64 crashkernel = 64M why?

I am new to kernel development and trying to understand how kernel dumps work. I came across a kernel memory size for different platforms, for example, for example: for x86_64 the recommended kernel size is 64 M, and for ppc64 - 128M. How are these sizes determined?

+4
source share

All Articles