| ||||||
| 5/21 |
| 2001/10/23-24 [Computer/SW/Unix] UID:22803 Activity:moderate |
10/23 How do you stop runaway processes (supposing one process forks
another, and so forth. Overflow doesn't occur since the old
forks close themselves).
\_ kill -STOP them until your process table overflows, then kill
\_ kill -SIG -n the process group
kill -SIG -1 all processes
depending under which user the processes are running.
\_ reboot! oh, this isn't a windows question....
\_ ulimit is your friend
\_ or "limit" under csh/tcsh |