Re: squid and datasize kernel problems (was: openoffice stack and datasize kernel problems)

2002-07-29 Thread Matthew Dillon
:... :> It should be noted that mmap() uses whatever VM space :> remains after MAXDSIZ and MAXSSIZ have been reserved, so :> increasing MAXDSIZ reduces the amount of VM available :> to mmap(). Still, a 1 GB MAXDSIZ should not result in :> system utilities / servers running out

Re: squid and datasize kernel problems (was: openoffice stack and datasize kernel problems)

2002-07-29 Thread Anders Nordby
On Sat, Jun 08, 2002 at 10:40:54AM -0700, Matthew Dillon wrote: > > But it doesn't make much sense. A 64 megabyte stack ought > to be plenty, as should the default 512MB data size. > > It should be noted that mmap() uses whatever VM space > remains after MAXDSIZ and MAXSSIZ ha