Building Linux Kernel from a read-only source
make O=/home/mylogin/kernels/linux-2.6.26/
Make sure that you pass all other required parameters to Make while building Kernel.
Read More...make O=/home/mylogin/kernels/linux-2.6.26/
Make sure that you pass all other required parameters to Make while building Kernel.
Read More...Posted in Kernel, Linux » 0 comments »
I use Firefox as a primary browser. I always use the latest available version of Firefox, so the current installed version in my system is 3.0.1.
After updating Firefox to 3.0.1, it started to consume more than 95% CPU. That's very bad for any application. I used Process Explorer to get some details about firefox process. I found that the firefox process started a thread "WINMM.dll!timeGetSystem Time+0x44" which was consuming more CPU time.

I suspended that thread using process explorer.
Now, the CPU utilization is around 5%.

I tried this two times. As you can see in the above "CPU Usage History", CPU Usage became very less after suspending "WINMM.dll!timeGetSystem Time+0x44" thread.
I am not sure about internals of firefox, but this may give some hint on fixing the CPU consumption issue.
Posted in Firefox, Windows » 3 comments »
Posted in SCM » 0 comments »