Searched hist:18508 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dsubr_param.cdiff 245469 Tue Jan 15 19:28:02 MST 2013 alfred Do not autotune ncallout to be greater than 18508.

When maxusers was unrestricted and maxfiles was allowed to autotune
much higher the result was that ncallout which was based on maxfiles
and maxproc grew much higher than was needed.

To fix this clip autotuning to the same number we would get with
the old maxusers algorithm which would stop scaling at 384
maxusers.

Growing ncalout higher is not likely to be needed since most consumers
of timeout(9) are gone and any higher value for ncallout causes the
callwheel hashes to be much larger than will even be needed for
most applications.

MFC after: 1 month

Reviewed by: mav
/freebsd-10.2-release/lib/
H A DMakefilediff 18508 Fri Sep 27 07:12:11 MDT 1996 peter libfakegnumalloc -> libgnumalloc

Completed in 178 milliseconds