View Single Post
Posts: 253 | Thanked: 104 times | Joined on Aug 2008 @ Midwest, USA
#8
for real though: You could try this:
Make the font in terminal smaller or use ssh (so you can see more of the print out).

From terminal:
$ ps aux

It will list all processes and how much RAM they are using and how much processor. If you find a renegade process, you can either kill it using the process id or with the command killall.