blob: 83b0447d1cad6d5ed5b98d92f1f2ce901f6ba5a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/sbin/sysctl -f
#
# $NetBSD: sysctl.conf,v 1.5 2003/11/03 15:12:06 briggs Exp $
#
# sysctl(8) variables to set at boot time.
# Default core name template:
#kern.defcorename=%n.core
# Number of kernel threads to use for NFS client
#vfs.nfs.iothreads=4
|