From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 23:53:25 2005 Return-Path: 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 C1B0216A4CE for ; Mon, 31 Jan 2005 23:53:25 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F70E43D41 for ; Mon, 31 Jan 2005 23:53:25 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152])j0VNrPV2001530; Mon, 31 Jan 2005 15:53:25 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j0VNrNuk022772; Mon, 31 Jan 2005 15:53:24 -0800 (PST) In-Reply-To: <20050131154017.B97369@jordan.llnl.gov> References: <20050131154017.B97369@jordan.llnl.gov> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <27198271efe707c2171f315e7415f9da@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 31 Jan 2005 18:53:22 -0500 To: Ed Alley X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: Maximum code size and heep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 23:53:25 -0000 On Jan 31, 2005, at 6:41 PM, Ed Alley wrote: > Is there a system limit on the size of the heep, > or something that disallows running with more > than 500MB total size? even though I have > 2GB RAM..... Indeed so. Please consider the output of the limit command, and the maxdsize parameter to the kernel's config file. (This is becoming a FAQ, as the same question was discussed only a few days ago. See the list archives for more detail.) -- -Chuck