cvs commit: src/sys/kern subr_param.c sys_pipe.c src/sys/sys pipe.h

Mike Silbersack silby at silby.com
Thu Jul 10 15:15:39 PDT 2003


On Thu, 10 Jul 2003, Alan L. Cox wrote:

> The other factor here is PAE.  Some of our autosizing functions take
> into account the amount of physical memory but not the amount of
> available KVA.  The old vnode autosizing was a case in point.
>
> Regards,
> Alan

FWIW, I'm going to add a init_param3 function in subr_param which will be
used to auto-scale values which should scale to the size of the kernel
map, not the size of physical ram.  Pipes will be sized in there, and I
may move over some of the other autosizing values as well.  That should
improve the autosizing situation quite a bit.

Mike "Silby" Silbersack


More information about the cvs-src mailing list