From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 09:33:39 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E6316A41F for ; Thu, 8 Sep 2005 09:33:39 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA7E43D53 for ; Thu, 8 Sep 2005 09:33:38 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j889Xb11029944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 02:33:38 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050908022538.058ac010@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 08 Sep 2005 02:33:21 -0700 To: Mark Ruggles , FreeBSD Questions From: Glenn Dawson In-Reply-To: <43200167.7050209@lcn.com> References: <43200167.7050209@lcn.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Running Program memory limit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 09:33:39 -0000 At 02:16 AM 9/8/2005, Mark Ruggles wrote: >Hi Guys, > >I'm using the pan newsreader in FreeBSD 6.0-BETA2 #0 build from >ports. Pan operates normally on small newsgroups with not to many >articles, however if i try to load a group with 1000000+ articles >(my servers have good retention) Pan seems to bomb out completely >whilst loading the groups articles, giving no errors or warnings. > >Memory usage for the process is high upto ~500meg RAM at any one >time when loading the group. > >Has the Kernel reached a theoretical limit for the size of a process >and killed it off? > >If so can this behaviour be changed at all? How much RAM is in your system, and how big is your swap file? If you have RAM and swap to back it up, a user process has 3GB of address space available to it. You can alter that by changing KVA_PAGES in your kernel config, but it doesn't sound like that's what your problem is. -Glenn >thanks > >Mark >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"