itunes , the cpu hog
hello, i am on a powermac blue and white g3 upgraded from 350mhz to a g4 450mhz, my problem is that itunes when playing music tends to make the rest of my comp sluggish, it takes up way to much cpu usage it seems. does anyone knwo of a way to perhaps solve this issue? i thought somewhere i read that it had something to do with the sound card built right into the mac but i dont remember it all exactly. any help is much aprichiated, thanks!
Comments
You can try renicing itunes to be "nicer" and not hog cpu using, in terminal:
renice +20 <PID>
Where PID is itune's process id (use "top | grep iTunes" to get the id (first number))
And +20 is the nicest, -20 is the hoggiest, 0 is default.