Try a heap profiler. The problem with high memory usage is that it's often just indefinitely bloat and not a permanent 'leak'. This means the program still has enough smarts to free it all on shutdown and no leak checker will tell you what the problem was. But while it's running it's still too big. So use a heap profiler...
http://valgrind.org/docs/manual/ms-manual.html https://courses.cs.washington.edu/courses/cse326/05wi/valgrind-doc/ms_main.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659255 Title: memory leak To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1659255/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs