diff options
author | Remko Lodder <remko@FreeBSD.org> | 2007-11-28 12:11:36 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2007-11-28 12:11:36 +0000 |
commit | d18e01346c78e9d8e78a0c08e3738253eae329dc (patch) | |
tree | 9cbfc4a65829fac5aa077a788ed677ecd83f6499 /sbin/mdconfig | |
parent | 52b2974a6df60ec28b49c21ff5cab6dec5766589 (diff) | |
download | src-test2-d18e01346c78e9d8e78a0c08e3738253eae329dc.tar.gz src-test2-d18e01346c78e9d8e78a0c08e3738253eae329dc.zip |
Notes
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 94559a68f4d8..fd7de3d0c09d 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -41,7 +41,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 11, 2007 +.Dd November 28, 2007 .Dt MDCONFIG 8 .Os .Sh NAME @@ -98,7 +98,14 @@ A file specified with .Fl f Ar file becomes the backing store for this memory disk. .It Cm swap -Swap space is used to back this memory disk. +Storage for this type of memory disk is allocated from buffer +memory. Pages get pushed out to the swap when the system is +under memory pressure, otherwise they stay in the operating +emory. Using +.Cm swap +backing is generally preferable over +.Cm malloc +backing. .El .It Fl f Ar file Filename to use for the vnode type memory disk. Options |