Subject: Re: KDE problem revisited
To: Greg Evans <raisplin@rcn.com>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 03/26/1999 06:54:18
On Thu, 25 Mar 1999, Greg Evans wrote:
> the only non-standard (if you want to call it that) that is runnig right
> now is httpd, and as I am currently the only one that even knows the site
> exists, hence the only one that might be using it, so I killed it and
> tried again, even though I don't believe I should have needed to, same
> problem with virtual memory being exhausted....<sigh>
You view the per process limits for the Bourne shells with `ulimit -a';
C style shells use `limit'. You might wish to set reasonable values in
your .profile. In the meantime, you could probably unlimit everything
without problems, as `ulimit -d unlimited -l unlimited -m unlimited'.