]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/sysctl.conf
Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).
[FreeBSD/FreeBSD.git] / etc / sysctl.conf
1 # $FreeBSD$
2 #
3 #  This file is read when going to multi-user and its contents piped thru
4 #  ``sysctl -w'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
5 #
6
7 #vfs.vmiodirenable=0    # Set to 1 to enable the use of the VM subsystem to
8                         # back UFS directory memory requirements. Because of
9                         # the amount of wasted memory this causes it's not
10                         # advised for machines with less than 64MB of RAM, but
11                         # on machines with more than 64MB it can provide a
12                         # substantial benefit related to directory caching