svn commit: r344188 - in head: lib/libc/sys sys/vm

Enji Cooper yaneurabeya at gmail.com
Sat Feb 16 05:06:26 UTC 2019


Hi Gleb!

> On Feb 15, 2019, at 15:36, Gleb Smirnoff <glebius at freebsd.org> wrote:
> 
> Author: glebius
> Date: Fri Feb 15 23:36:22 2019
> New Revision: 344188
> URL: https://svnweb.freebsd.org/changeset/base/344188
> 
> Log:
>  For 32-bit machines  rollback the default number of vnode pager pbufs
>  back to the lever before r343030.  For 64-bit machines reduce it slightly,
>  too.  Together with r343030 I bumped the limit up to the value we use at
>  Netflix to serve 100 Gbit/s of sendfile traffic, and it probably isn't a
>  good default.
> 
>  Provide a loader tunable to change vnode pager pbufs count. Document it.

...

> .Sh SEE ALSO
> +.Xr loader.conf 5 ,
> .Xr netstat 1 ,
> .Xr open 2 ,
> .Xr send 2 ,
> .Xr socket 2 ,
> .Xr writev 2 ,
> +.Xr sysctl 8 ,
> .Xr tuning 7

    I think this should be ordered by section, then by manpage cross-reference, i.e., loader.conf should come after writev, and sysctl should come after tuning.
Thanks!
-Enji


More information about the svn-src-head mailing list