forked from pool/kdump
21 lines
907 B
Plaintext
21 lines
907 B
Plaintext
---
|
|
README | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- a/README
|
|
+++ b/README
|
|
@@ -80,6 +80,13 @@ The recommended values by architecture f
|
|
ia64: crashkernel=512M (on small machines use 256M)
|
|
ppc64: crashkernel=128M@32M
|
|
|
|
+NOTE: The memory sizes are only "recommended". It really depends on the amount
|
|
+of memory and number of CPUs/nodes of the system how much memory will be needed
|
|
+in the caputure kernel to boot the kdump system and to take the dump.
|
|
+Therefore, if the kdump capture system doesn't come up, try to increase the
|
|
+memory size. Powers of two (2^n) are *not* necessary but the "natural" choice
|
|
+for memory sizes.
|
|
+
|
|
After setting the boot loader option, activate the Kdump init script, which is
|
|
not activated by default. To do this, use the YaST System Services (Runlevel)
|
|
module. Alternately, enable the service on the command line with the following
|