sysctl.conf revision 1.6
11.2Stsarna#!/sbin/sysctl -f
21.2Stsarna#
31.6Smartin# $NetBSD: sysctl.conf,v 1.6 2009/03/11 23:22:57 martin Exp $
41.1Stsarna#
51.1Stsarna# sysctl(8) variables to set at boot time.
61.1Stsarna
71.6Smartin# Default on panic: dump core and reboot. See savecore(8) for information.
81.6Smartin# Switch this to 1 if you want to enter the kernel debugger on crashes
91.6Smartin# instead. See ddb(4) for an introduction and also try the "help" command
101.6Smartin# at the db> prompt.
111.6Smartin# If you understand the implication and want to change the behaviour before
121.6Smartin# /etc/rc.d/sysctl is run, use the kernel option DDB_ONPANIC, see options(4).
131.6Smartinddb.onpanic=0
141.6Smartin
151.3Stsarna# Default core name template:
161.3Stsarna#kern.defcorename=%n.core
171.3Stsarna
181.3Stsarna# Number of kernel threads to use for NFS client
191.3Stsarna#vfs.nfs.iothreads=4
20