CPU overload Under high interrupt load, the CPU can become a bottleneck. ISR usually have priority (preempt) over user and ordinary kernel operation, including software interrupts; ISR service time is potentially unbounded Thus the system can spend most/all of its CPU cycles in serving ISR's, and become unresponsive and/or subject to livelock.