diff --git a/00-default.conf b/00-default.conf index e810495..06c16ed 100644 --- a/00-default.conf +++ b/00-default.conf @@ -14,8 +14,8 @@ # If USE_PSTORE_RAM is set to 1, Kdump won't be loaded. Instead, the Pstore # RAM backend will be configured. In order to have success, this operation # relies in having an available RAM buffer on /proc/iomem with at least -# PSTORE_MEM_AMOUNT (decimal, in MB) in size. Also, kernel must be able to -# allocate a contiguous memory amount of PSTORE_RECORD_SZ (decimal, MB). +# PSTORE_MEM_AMOUNT (decimal, bytes) in size. Also, kernel must be able to +# allocate a contiguous memory amount of PSTORE_RECORD_SZ (decimal, bytes). # If there is no such RAM buffer, there is a possibility to make use of # the crash kernel area for that. There are risks: such memory area could # have its address mapped differently across kernel updates; also if both