diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-19 17:21:53 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-19 17:21:53 +0000 |
commit | 33df3c1fcfdf79a1a44171abca444a6e3850ee0a (patch) | |
tree | a62313a130002a7d42d937cb9dbea9402f91248d /etc | |
parent | 793d318d753329a33ca6e19cc4b76eccd3afd084 (diff) | |
download | FreeBSD-src-33df3c1fcfdf79a1a44171abca444a6e3850ee0a.zip FreeBSD-src-33df3c1fcfdf79a1a44171abca444a6e3850ee0a.tar.gz |
Comment out vfs.vmiodirenable=0 by default, to prevent inproducing another
place where default sysctl value have to be tweaked if we ever would want
to switch kernel default to 1.
Submitted by: dillon
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 93758e1..d4cae09 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -4,7 +4,7 @@ # ``sysctl -w'' to adjust kernel values. ``man 5 sysctl.conf'' for details. # -vfs.vmiodirenable=0 # Set to 1 to enable the use of the VM subsystem to +#vfs.vmiodirenable=0 # Set to 1 to enable the use of the VM subsystem to # back UFS directory memory requirements. Because of # the amount of wasted memory this causes it's not # advised for machines with less than 64MB of RAM, but |