Re: f77 could not allloc memory large than 512M?

From: Doug White <dwhite_at_gumbysoft.com>
Date: Thu, 27 Jan 2005 19:23:53 -0800 (PST)
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_at_gumbysoft.com          |  www.FreeBSD.org
Received on Fri Jan 28 2005 - 02:23:53 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:27 UTC