summaryrefslogtreecommitdiff
path: root/etc/sysctl.conf
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-19 13:47:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-19 13:47:53 +0000
commit1dd8bcf1445bca333647bcaca4e3cc9072667c7a (patch)
tree37e4850118e07df222bb6b64e7b8c815be636e0e /etc/sysctl.conf
parent5090c9953cc68cfb6e1de71a207b069c3b30fab1 (diff)
Notes
Diffstat (limited to 'etc/sysctl.conf')
-rw-r--r--etc/sysctl.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index e3b25b99567c..93758e1ced07 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -3,3 +3,10 @@
# This file is read when going to multi-user and its contents piped thru
# ``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
+ # 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
+ # on machines with more than 64MB it can provide a
+ # substantial benefit related to directory caching