NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Firefox segfaults
From: Matthias Scheler <tron%zhadum.org.uk@localhost>
>
> 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.
Maybe NetBSD should be defaulting to a descriptor limit of 512 nowdays..
Alternatively, at least the pkgsrc firefox script could be updated to raise the
limits if needed....
Home |
Main Index |
Thread Index |
Old Index