diff options
author | phk <phk@FreeBSD.org> | 2003-08-03 13:39:59 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-08-03 13:39:59 +0000 |
commit | 064fa9d0bbc6da4e9bdf0d542d87ff15523859ee (patch) | |
tree | dfbaf97ae2c3a1399bf16ab81186e303034e0bd1 | |
parent | b51aac6e92301d565ae8caf3ed79b43ceb2c83b9 (diff) | |
download | FreeBSD-src-064fa9d0bbc6da4e9bdf0d542d87ff15523859ee.zip FreeBSD-src-064fa9d0bbc6da4e9bdf0d542d87ff15523859ee.tar.gz |
Remove the NSWAPDEV option, we have no upper limit on how many
swap devices we can have anymore.
-rw-r--r-- | sys/conf/NOTES | 8 | ||||
-rw-r--r-- | sys/conf/options | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ae772ae..ee9e2d9 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -726,14 +726,6 @@ options MD_ROOT_SIZE=10 # images of type mfs_root or md_root. options MD_ROOT -# Allow this many swap-devices. -# -# In order to manage swap, the system must reserve bitmap space that -# scales with the largest mounted swap device multiplied by NSWAPDEV, -# irrespective of whether other swap devices exist. So it is not a -# good idea to make this value too large. -options NSWAPDEV=5 - # Disk quotas are supported when this option is enabled. options QUOTA #enable disk quotas diff --git a/sys/conf/options b/sys/conf/options index 4d09c82..e4769dd 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -119,7 +119,6 @@ MAC_TEST opt_dontuse.h MD_ROOT opt_md.h MD_ROOT_SIZE opt_md.h NDGBPORTS opt_dgb.h -NSWAPDEV opt_swap.h NSWBUF_MIN opt_swap.h NTIMECOUNTER opt_ntp.h PANIC_REBOOT_WAIT_TIME opt_panic.h |