From owner-freebsd-current@FreeBSD.ORG Fri Jan 28 03:23:53 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 883D416A4CE for ; Fri, 28 Jan 2005 03:23:53 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6124643D45 for ; Fri, 28 Jan 2005 03:23:53 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 4CD3C72DD4; Thu, 27 Jan 2005 19:23:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 4A7C972DCB; Thu, 27 Jan 2005 19:23:53 -0800 (PST) Date: Thu, 27 Jan 2005 19:23:53 -0800 (PST) From: Doug White To: Erik Trulsson In-Reply-To: <20050127144411.GA28920@falcon.midgard.homeip.net> Message-ID: <20050127192150.A68551@carver.gumbysoft.com> References: <20050127135825.39174.qmail@web51805.mail.yahoo.com> <20050127144411.GA28920@falcon.midgard.homeip.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org cc: huang wen hui Subject: Re: f77 could not allloc memory large than 512M? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 03:23:53 -0000 On Thu, 27 Jan 2005, Erik Trulsson wrote: > You are probably running into the default limits for how much resources > a process can use. By default a process can not use more than 512MB of > data. > Read the limits(1) manpage for information on how to change these > limits. You're half right :) The 512MB limit is hard; you need to either rebuild your kernel with MAXDSIZ increased or use the kern.maxdsiz loader tunable (and perhaps the related kern.dfldsiz). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org