I am currently hammering my MacBook Air; it is doing a Final Cut render, and compiling gettext and GIMP; all of this is user-space intensive and there is a modest amount of I/O going on, so why is the kernel process eating 75% of one of my two cores?
I have seen this before, when I was running 5 simultaneous “ffmpeg” processes (which have no kernel magic unlike Quicktime/FinalCut, so therefore it *cannot* be a in-kernel-acceleration-thing, can it?) and I don’t think it was paging for memory, either. Likewise, in that case, the resultant files were no more than 5x 20..50Mb written over the span of 20 minutes, so it’s not likely to be a matter of IO interrupts.
Maybe this is a A/SMP scheduler conflict? I need a dtrace expert to help me find out…
Leave a Reply