Date: Thu, 28 Oct 1999 08:40:19 -0700 (PDT) From: Alfred Perlstein <bright@wintelcom.net> To: Mark Powell <M.S.Powell@salford.ac.uk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What's the maximum data deg size? Message-ID: <Pine.BSF.4.05.9910280838430.12797-100000@fw.wintelcom.net> In-Reply-To: <Pine.BSF.4.05.9910281203150.18615-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Oct 1999, Mark Powell wrote: > I seem to be unable to raise the maximum data seg size: > > data seg size (kbytes) 524288 > > Is this the limit in 3.3-STABLE? Our squid processes keeps hitting this. > Cheers. Check the LINT configuration file: # Certain applications can grow to be larger than the 128M limit # that FreeBSD initially imposes. Below are some options to # allow that limit to grow to 256MB, and can be increased further # with changing the parameters. MAXDSIZ is the maximum that the # limit can be set to, and the DFLDSIZ is the default value for # the limit. You might want to set the default lower than the # max, and explicitly set the maximum with a shell command for processes # that regularly exceed the limit like INND. # options MAXDSIZ="(256*1024*1024)" options DFLDSIZ="(256*1024*1024)" Also make sure your login limits aren't being exhausted, type 'limit' and check out LOGIN.CONF(5). enjoy, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9910280838430.12797-100000>