Subject: Re: Memory Limit for user processes?
To: Martin Husemann <martin@euterpe.owl.de>
From: Chris G. Demetriou <cgd@postgres.Berkeley.EDU>
List: current-users
Date: 03/27/1994 21:01:44
> [~] root > limit memoryuse unlimited

memoryuse is the amount of RAM a process can use -- by default,
the system sets it to the max amount available.

if it ran out of virtual memory, you need to increase datasize
and/or stacksize, probably the former.


cgd

------------------------------------------------------------------------------