diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2003-04-11 14:48:13 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2003-04-11 14:48:13 +0000 |
| commit | 4e0ee531f28505fcd0975cbd4995e96db9f885fb (patch) | |
| tree | fa0199aa4ff35a7f9b86ff72a1dac09d4902bf20 | |
| parent | 2257a44ffd6390d10c05e883e2cd01b47ab9e60c (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e973e8262a50..615c77cf6b94 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2039,8 +2039,9 @@ options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP options HW_WDOG # -# Disable swapping. This option removes all code which actually performs -# swapping, so it's not possible to turn it back on at run-time. +# Disable swapping of upages and stack pages. This option removes all +# code which actually performs swapping, so it's not possible to turn +# it back on at run-time. # # This is sometimes usable for systems which don't have any swap space # (see also sysctls "vm.defer_swapspace_pageouts" and |
