svn commit: r289279 - in head/sys: kern vm

Adrian Chadd adrian.chadd at gmail.com
Mon Nov 2 04:15:57 UTC 2015


well, there's one cpu, nbuf=128, so lofreebuffers will be
MIN(nbuf/25+20, 128); nbuf=128, so it'll be 25.
hifreebuffers will be .. (3*25)/2, so 37.



-adrian


More information about the svn-src-head mailing list