From be20580b06dc3fe92556933046ec8d2fd3a9b4b5 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Tue, 1 Mar 2022 17:33:24 +0800 Subject: [PATCH] remove the upper bound of default crashkernel value example Reviewed-by: Philipp Rudo Signed-off-by: Coiby Xu --- crashkernel-howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crashkernel-howto.txt b/crashkernel-howto.txt index 94f4e52..6573847 100644 --- a/crashkernel-howto.txt +++ b/crashkernel-howto.txt @@ -17,7 +17,7 @@ Latest kexec-tools provides "kdumpctl get-default-crashkernel" to retrieve the default crashkernel value, $ echo $(kdumpctl get-default-crashkernel) - 1G-4G:192M,4G-64G:256M,64G-102400T:512M + 1G-4G:192M,4G-64G:256M,64G-:512M It will be taken as the default value of 'crashkernel=', you can use this value as a reference for setting crashkernel value manually.