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, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
- application/pgp-signature attachment: stored
Received on Mon Jul 19 2004 - 04:13:45 BST