NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Firefox segfaults



On Thu, Apr 09, 2009 at 09:49:01AM +0200, markus schnalke wrote:
> It would be great to receive some help

I use a script like this to start "firefox3":

#!/bin/sh
ulimit -d `ulimit -H -d`
ulimit -n 512
exec /usr/pkg/bin/firefox3 "$@"

It unlimits the amount of memory and file descriptor Firefox is allowed
to use becauce Firefox is quite a resource hog.

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index