From owner-freebsd-current@FreeBSD.ORG Thu Jan 27 19:51:21 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 205D116A4CE for ; Thu, 27 Jan 2005 19:51:21 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F88743D46 for ; Thu, 27 Jan 2005 19:51:20 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Jan 2005 19:51:19 +0000 (GMT) Date: Thu, 27 Jan 2005 19:51:18 +0000 From: David Malone To: huang wen hui , current@freebsd.org Message-ID: <20050127195118.GA75113@walton.maths.tcd.ie> 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 Content-Disposition: inline In-Reply-To: <20050127144411.GA28920@falcon.midgard.homeip.net> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie 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: Thu, 27 Jan 2005 19:51:21 -0000 On Thu, Jan 27, 2005 at 03:44:11PM +0100, 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. In fact (if fortran memory allocation is anything like C) it may well be the stacksize limit that you are running into, which is smaller than the datasize limit. David.