Subject: Re: problem with imlib pkg
To: Guido Falsi <mad@mail.cosmos.it>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 09/06/1999 22:01:02
On Mon, Sep 06, 1999 at 07:51:07PM +0200, Ignatios Souvatzis wrote:
> On Mon, Sep 06, 1999 at 05:50:04PM +0200, Guido Falsi wrote:
> > new, I have more than 200Mb swap(my machine is an A4000T with 16
> > Mb ram(standard 3640 C= card :-( ), so even if testimg.c is more thasn 1Mb I
> > think 200Mb should suffice to compile it ;-) What can I do?
> 
> if you run csh: unlimit
> if you run sh: ulimit -something (read the "sh" man page please and / for
> ulimit in there).

so, I looked it up myself...

ulimit -a	show all limits
ulimit -d nnn	set the data segment size limit to nnn kilobytes
ulimit -s nnn	set the stack segment size limit to nnn kilobytes

	-is