[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to track down mem leaks?
Peter writes:
> Doesn't /unloadall free all the mem?
Nope, not here unfortunately... (1.5.6, Linux, one Perl script
running, no Python/plugin support)
; ps ux | head -1
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
; ps ux | grep [x]chat
decklin 15906 0.1 1.5 12108 7764 ? S Aug11 2:10 xchat
; # type /unloadall in xchat
; ps ux | grep [x]chat
decklin 15906 0.1 1.5 12108 7896 ? S Aug11 2:10 xchat
; xchat&
651
; ps ux | grep [x]chat
decklin 15906 0.1 1.5 12108 7896 ? S Aug11 2:10 xchat
decklin 651 13.6 1.0 7688 5224 pts/1 S 14:25 0:00 xchat
--
There is no TRUTH. There is no REALITY. There is no CONSISTENCY. There
are no ABSOLUTE STATEMENTS. I'm very probably wrong. -- BSD fortune(6)
-
XChat-discuss: mailing list for XChat users
Archive: http://mail.nl.linux.org/lists/
Posted By: Decklin Foster <decklin@red-bean.com>