mirror of https://github.com/F-Stack/f-stack.git
Set the default configuration `kern.ncallout`(number of entries in
callwheel and size of timeout() preallocation).
This commit is contained in:
parent
eba4f71434
commit
6b34d16078
|
@ -66,6 +66,8 @@ net.inet.tcp.syncache.bucketlimit=100
|
|||
|
||||
net.inet.tcp.tcbhashsize=65536
|
||||
|
||||
kern.ncallout=262144
|
||||
|
||||
[freebsd.sysctl]
|
||||
kern.ipc.somaxconn=32768
|
||||
kern.ipc.maxsockbuf=16777216
|
||||
|
|
|
@ -66,6 +66,8 @@ net.inet.tcp.syncache.bucketlimit=100
|
|||
|
||||
net.inet.tcp.tcbhashsize=65536
|
||||
|
||||
kern.ncallout=262144
|
||||
|
||||
[freebsd.sysctl]
|
||||
kern.ipc.somaxconn=32768
|
||||
kern.ipc.maxsockbuf=16777216
|
||||
|
|
Loading…
Reference in New Issue