Subject: Re: Memory allocation problem
To: Frederic CIRERA <fred@ai.univ-paris8.fr>
From: Frank van der Linden <frank@fwi.uva.nl>
List: port-sparc
Date: 12/05/1996 23:17:12
Quoting Frederic CIRERA,

> Hello sparc porters.

> I have a little problem, it's impossible to allocate more than 16 MB
> with NetBSD-1.2 on my sparc 5.  Somebody have any idea to solve this
> problem.

That would be the resource limit on memory.. try 'unlimit datasize'
before running your program (with csh/tcsh), that should put it at
256M.

- Frank