diff options
author | joel <joel@FreeBSD.org> | 2013-04-30 07:22:03 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-04-30 07:22:03 +0000 |
commit | 7272c2592ce2d657f96e6897dad0a6b26b63d303 (patch) | |
tree | 2ba7b21ab68a0b04d64c57892f6c70161f183a13 /sbin | |
parent | 1ae8f599c6101f251b877b4605553b38e10f7a46 (diff) | |
download | FreeBSD-src-7272c2592ce2d657f96e6897dad0a6b26b63d303.zip FreeBSD-src-7272c2592ce2d657f96e6897dad0a6b26b63d303.tar.gz |
Adapt to the fact that minidumps are now on by default.
PR: 177188
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dumpon/dumpon.8 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index 2c09e85..6be8090 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -28,7 +28,7 @@ .\" From: @(#)swapon.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd May 12, 1995 +.Dd April 29, 2013 .Dt DUMPON 8 .Os .Sh NAME @@ -59,14 +59,21 @@ controlled by the variable in the boot time configuration file .Pa /etc/rc.conf . .Pp -For most systems the size of the specified dump device must be at +The default type of kernel crash dump is the mini crash dump. +Mini crash dumps hold only memory pages in use by the kernel. +Alternatively, full memory dumps can be enabled by setting the +.Va debug.minidump +.Xr sysctl 8 +variable to 0. +.Pp +For systems using full memory dumps, the size of the specified dump +device must be at least the size of physical memory. Even though an additional 64 kB header is added to the dump, the BIOS for a platform typically holds back some memory, so it is not usually necessary to size the dump device larger than the actual amount of RAM available in the machine. -.Pp -The +Also, when using full memory dumps, the .Nm utility will refuse to enable a dump device which is smaller than the total amount of physical memory as reported by the |