Date: Thu, 27 Jan 2005 19:51:18 +0000 From: David Malone <dwmalone@maths.tcd.ie> To: huang wen hui <huanghwh@yahoo.com>, current@freebsd.org Subject: Re: f77 could not allloc memory large than 512M? Message-ID: <20050127195118.GA75113@walton.maths.tcd.ie> In-Reply-To: <20050127144411.GA28920@falcon.midgard.homeip.net> References: <20050127135825.39174.qmail@web51805.mail.yahoo.com> <20050127144411.GA28920@falcon.midgard.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050127195118.GA75113>
