I monitored memory usage for a day and noticed stable memory usage increasing.
Attaching log of memory usage over time generated with while true; do watch -g -n 1 ps -o rss -o size -o vsize $(pgrep hud-service); echo `date -Iseconds` `ps --no-header -o rss -o size -o vsize $(pgrep hud-service)` >> log.txt; sleep 1; done File contains <time, "resident set size" (KB), "memory size" (KB), "total VM size" (KB)> rows (first few rows doesn't contain last two columns, I decided to include them later during monitoring, when realized that hud-service memory usage "drops" when other processes (e.g. g++) allocates a lot of memory). In this log you can see, that after some time hud-service starts to constantly eat memory about 20 MB per hour. During logging from start till around 22:30 (GMT+4) I was using computer interactively, after that computer was locked and no extensive work was done on it. ** Attachment added: "Memory usage log over time. <time, "resident set size" (KB), "memory size" (KB), "total VM size" (KB)> rows" https://bugs.launchpad.net/ubuntu/+source/hud/+bug/1253593/+attachment/3915469/+files/log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1253593 Title: hud memory usage grows over time To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hud/+bug/1253593/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
