IO Scheduling Classes and Compiling Larger Projects
Occasionally I am forced to build larger parts of kernel, not only the “hot area”. This is mainly caused trough modified header files at a prominent position (e.g. tcp.h) or through some updates where the timestamps are updated. Depending on the current workload I restrict the CPU usage by not provide the full SMP load via -j N. But this is one kind of load - the other is IO/disk load....