You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kdumpctl: Check the recommend value when starting service
The crashkernel value is maximized for a OSTree image. When the image
runs on the final platform, kdump-utils has the chance to get the proper
reserved memory size and prompts the user to update the crashkernel
parameter.
Signed-off-by: Pingfan Liu <piliu@redhat.com>
if [ "$_recommend_value"-lt"$_actual_value" ];then
1125
+
dwarn "The reserved crashkernel is abundant. Using 'kdumpctl reset-crashkernel' to reset kernel cmdline. It will take effect in the next boot"
1126
+
dwarn "To release the abundant memory immediately. You can do: 'kdumpctl stop', 'echo $_recommend_value >/sys/kernel/kexec_crash_size', and finally 'kdump start'"
0 commit comments