mention kern.tty.qsize requested by Matthew Mondor.
This commit is contained in:
parent
c0cdfbbb3d
commit
ca07041815
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user