Thread
:
How do you stop Memory Leaks?
View Single Post
neatojones
2009-04-05 , 22:35
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.
Quote & Reply
|
neatojones
View Public Profile
Send a private message to neatojones
Find all posts by neatojones