|
|
|
|
|
by sc68cal
482 days ago
|
|
I've absolutely experienced situations like this where the system is maxed out and ssh becomes barely usable. The problem is that all processes run with pretty much the same priority level, so there's no differentiation in the scheduler between interactive ssh sessions and other programs that are consuming all the CPU, and most of the time you only realize this fact far after the point where you can SSH in and renice the misbehaving processes. |
|