On Tue, 8 Oct 2002 09:35:04 +0800
kechie <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> Mozilla 1.0.1 sometimes freezes on me and consumes all of the idle CPU cpu cycles.  
>Any similar experiences?  Any ideas on thawing-out the frozen process?
> 
> TIA
> 

Try increasing your physical ram, mozilla is hungry in swap as well as physical ram.

to remove all process of mozilla try this:

$for i in `ps ax | grep -v -e grep | grep mozilla | awk '{print $1}'`;do kill -9 
$i;done

HTH


-- 
Jimmy Lim
Operation & Support Team Leader
Tricom 
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to