mention kern.tty.qsize requested by Matthew Mondor.

This commit is contained in:
christos 2011-09-25 21:47:22 +00:00
parent c0cdfbbb3d
commit ca07041815

View File

@ -1,6 +1,6 @@
#!/sbin/sysctl -f
#
# $NetBSD: sysctl.conf,v 1.7 2009/04/01 16:20:55 martin Exp $
# $NetBSD: sysctl.conf,v 1.8 2011/09/25 21:47:22 christos Exp $
#
# sysctl(8) variables to set at boot time.
@ -17,3 +17,7 @@ ddb.onpanic?=0
# Number of kernel threads to use for NFS client
#vfs.nfs.iothreads=4
# Default tty/pty character queue sizes. Should be bumped to 32K or so if
# used in networking (ppp/pppoe)
#kern.tty.qsize=1024