[mythtv] Memory leaks in 0.20.2-0ubuntu10.1

Rob Smith kormoc at gmail.com
Tue Feb 12 18:04:36 UTC 2008


On Feb 12, 2008 4:13 AM, Robin Gilks <g8ecj at gilks.org> wrote:
> So here it is, not doing anything at all, just sitting in the top level
> Classic menu.
>
> media ~ # while [ 1 == 1 ];   do ps aux | grep frontend | grep -v grep;
> sleep 10; done

You really should be using pmap -d and watching the writeable/private amount.

example (likely need to be root or put a sudo in front of the pmap)

until [ `sleep 10` ]; do pmap -d `pidof mythfrontend` | tail -1; done


More information about the mythtv-dev mailing list