mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Correct the documented size of kern.msgbufsize
The correct value is 96KB after r226090. PR: 249971 Submitted by: johannes@jo-t.de MFC after: 3 days
This commit is contained in:
parent
aa34e791fa
commit
180db5ef22
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 11, 2020
|
||||
.Dd October 2, 2020
|
||||
.Dt LOADER 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -652,7 +652,7 @@ Modifies
|
|||
.Dv VM_BCACHE_SIZE_MAX .
|
||||
.It Va kern.msgbufsize
|
||||
Sets the size of the kernel message buffer.
|
||||
The default limit of 64KB is usually sufficient unless
|
||||
The default limit of 96KB is usually sufficient unless
|
||||
large amounts of trace data need to be collected
|
||||
between opportunities to examine the buffer or
|
||||
dump it to a file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue