From 1778bccc6ebd21bc5450d07edaadcd9b4ca186fe Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Wed, 11 May 2022 10:30:36 +0800 Subject: [PATCH] remove the upper bound of default crashkernel value example Resolves: bz2059492 Upstream: Fedora Conflict: None commit be20580b06dc3fe92556933046ec8d2fd3a9b4b5 Author: Coiby Xu Date: Tue Mar 1 17:33:24 2022 +0800 remove the upper bound of default crashkernel value example Reviewed-by: Philipp Rudo Signed-off-by: Coiby Xu 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.