You are not logged in.

#1 2009-11-29 04:07:58

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Chromium 100% CPU

So I just installed chromium and noticed that whenever it does anything sound-related (youtube, pandora, etc.) there's a process called "exe" that eats up all my cpu. any ideas?


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#2 2009-12-10 00:01:57

Archiee
Member
From: /home/Germany,Turkey,China
Registered: 2008-12-27
Posts: 30
Website

Re: Chromium 100% CPU

Try Iron
It's Chromium but without Googlespyware.

For me it works like a charm..


我爱中国!

Offline

#3 2009-12-11 12:12:19

eazy
Member
From: London, UK
Registered: 2008-01-20
Posts: 97
Website

Re: Chromium 100% CPU

Stythys wrote:

So I just installed chromium and noticed that whenever it does anything sound-related (youtube, pandora, etc.) there's a process called "exe" that eats up all my cpu. any ideas?

I've seen this myself too, and apart from the malware-looking name, "exe" is actually a symbolic link in the /proc/pid/ directory pointing to the executable file of the process. I think Chromium uses this trick to have a separate process per tab.

$ find /proc -name exe

/proc/5617/exe
/proc/5630/task/5630/exe
/proc/5630/exe
/proc/5790/task/5790/exe
/proc/5790/exe

[etc.]

This is my theory though, if someone knows the details feel free to correct me.

You'll usually see one of them using full CPU when a Flash object is displayed on the page, so you'll have to blame Adobe, as usual roll


no masters to rule us, no gods to fool us

Offline

#4 2009-12-11 12:45:07

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: Chromium 100% CPU

Yep, it's flash that is causing this. And it doesn't matter if you are on youtube with chromium or firefox, cpu usage is the same...

Offline

#5 2009-12-11 13:17:42

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,967
Website

Re: Chromium 100% CPU

The nice thing is that flash is run by its own process which cannot take down the browser. Try killall exe while watching youtube for example.

PS: I'd which flash would just die. ;-)

Offline

Board footer

Powered by FluxBB