tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: unconfiguring swap at shutdown



> Processes end up unkillable because they're in an uninterruptible
> wait.  If you interrupt the uninterruptible wait, there's no recovery
> and cleanup code.  So you're pretty much limited to taking the
> process out of the process table and dropping it on the floor; but
> that doesn't really accomplish anything.

If you're trying to shut down, it does indeed - it gets rid of the
process that's holding all those pages on swap.  This "recovery" is
basically what happens now if you shut down a system with a process
stuck in an unkillable wait, after all; it's just at a different point.

/~\ The ASCII                           der Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index