On Fri, Jul 16, 2004 at 05:03:05PM +0200, Michelle Konzack wrote: > Mozilla has too much bugs...
But it gets better :-) > Eats up 200 MByte of swap and 256 Mbyte of Memory in less then 30 min. > If I use mozilla longer then 1/2 hour I need to schutdown mozilla wait > around 15 minutes for cleaning the swap and memory and start mozilla > again... Try this script to start mozilla: --------------- $HOME/bin/safemozilla ----------------- #!/bin/sh # max. 100 MB data segment size # max. 100 MB stack segment size ulimit -d 100000 -s 100000 exec mozilla ------------------------------------------------------- This at least prevents mozilla from eating up memory until swap space is exhausted. It will just crash and not halt the system in the process. You may want to use higher limits. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]
pgpkYEM3QqwoK.pgp
Description: PGP signature
