f77 could not allloc memory large than 512M?

David Malone dwmalone at maths.tcd.ie
Thu Jan 27 11:51:21 PST 2005


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.


More information about the freebsd-current mailing list