• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Ubuntu + DualCore


This is a snapshot from SysMonitor in my Ubuntu:

Text

It seems that some app is repeatedly swapped to the other CPU. Is this load balancing gone astray or normal behavior? I see this all the time..
 
Seems to me like something is causing one cpu to go to 100% and then it swaps it to the other cpu. That puts the other cpu at 100% and the whole sting starts over in a loop.... I have never seen this on my machines though so I don't know if its a bug or something.
 
I have never heard or seen that happening.

Open a Terminal and type "sudo top" and watch to see which program is causing it to spike. "top -u [USERNAME]" is also an option if you believe the program is running on your userspace and not the root userspace.

-Kevin
 
I guess it's not a bad thing that it keep swapping CPUs every 10 seconds or so (and it varies on which apps does it - typically it was Firefox, until I moved to Opera.) Basically, it's whichever app is running at greater than 50% CPU usage for extended periods. The only issue I have it that when playing a game (such as WoW,) I do see noticeable spikes every dozen seconds or so.

Just seemed kinda odd.
 
There's mention in that thread of adjusting CPU affinity by recompiling your kernel.

You only need to recompile your kernel if you're going to try another process scheduler, to set the affinity of any process you can simply use taskset.
 
Back
Top