xref: /netbsd/etc/sysctl.conf (revision 6550d01e)
1#!/sbin/sysctl -f
2#
3# $NetBSD: sysctl.conf,v 1.7 2009/04/01 16:20:55 martin Exp $
4#
5# sysctl(8) variables to set at boot time.
6
7# Default on panic: dump core and reboot. See savecore(8) for information.
8# Switch this to 1 if you want to enter the kernel debugger on crashes
9# instead. See ddb(4) for an introduction and also try the "help" command
10# at the db> prompt.
11# If you understand the implication and want to change the behaviour before
12# /etc/rc.d/sysctl is run, use the kernel option DDB_ONPANIC, see options(4).
13ddb.onpanic?=0
14
15# Default core name template:
16#kern.defcorename=%n.core
17
18# Number of kernel threads to use for NFS client
19#vfs.nfs.iothreads=4
20