memory leak

Bug #1659255 reported by Michael Zanetti
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
unity8 (Ubuntu)
Triaged
High
Unassigned

Bug Description

Not having looked into what exactly uses it, but after keeping unity8 running over night, it consumes over 5GB of memory.

Michał Sawicz (saviq)
Changed in unity8 (Ubuntu):
status: New → Triaged
Revision history for this message
kevin gunn (kgunn72) wrote :

curious - is this zesty? or xenial+overlay?
also, is this debs or snaps?

Revision history for this message
Michael Zanetti (mzanetti) wrote :

I observed this with x+o, deb based.

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.