From owner-freebsd-questions Thu Oct 28 8:17:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 526F6150C5 for ; Thu, 28 Oct 1999 08:17:41 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id IAA12418; Thu, 28 Oct 1999 08:40:19 -0700 (PDT) Date: Thu, 28 Oct 1999 08:40:19 -0700 (PDT) From: Alfred Perlstein To: Mark Powell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What's the maximum data deg size? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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