11.2Stsarna#!/sbin/sysctl -f
21.2Stsarna#
31.8Schristos# $NetBSD: sysctl.conf,v 1.8 2011/09/25 21:47:22 christos 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.7Smartinddb.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
201.8Schristos
211.8Schristos# Default tty/pty character queue sizes. Should be bumped to 32K or so if
221.8Schristos# used in networking (ppp/pppoe)
231.8Schristos#kern.tty.qsize=1024
24