[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Daniel van Vugt
Yes, you definitely have a leak there. Thanks for the extra info. It's worth remembering you need to ignore 'VIRT' in ps, which is the same thing as 'VmSize' in /proc/PID/status. Because that huge number is virtual address space and not real memory. The important number to look at is VmData in

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Daniel van Vugt
** Tags added: amdgpu -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1828775 Title: High memory consumption Status in gnome-shell package in Ubuntu: Incomplete Bug

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Artem
After 5 hours of work uptime 17:23:23 up 7:32, 1 user, load average: 2,18, 1,67, 1,56 top -bn 1 | grep gnome-shell PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND 1623 articc20 0 5185752 1,2g 47040 S 12,5 16,8 77:12.13 gnome-shell Attached cat

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Artem
** Attachment added: "Xorg.0.log.old" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1828775/+attachment/5263414/+files/Xorg.0.log.old -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu.

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Artem
At the time of the manifestation of the problem was the following: VmPeak: 6626452 kB VmSize: 6564988 kB VmLck: 0 kB VmPin: 0 kB VmHWM: 2261316 kB VmRSS: 2129212 kB RssAnon: 2083888 kB RssFile: 31008 kB RssShmem: 14316 kB VmData: 2640704 kB VmStk:

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Daniel van Vugt
Thanks. Your 'freshstatus.txt' seems to show gnome-shell's real memory usage is below 500MB. That's not high enough to affect performance though. So if you experience interactive performance problems then they are NOT due to the memory usage. Please log such CPU bugs separately. VmRSS:467068

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Artem
I did not install additional extensions. And I did not find an easy way to create a list of installed extensions, except for dpkg -l. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu.

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Artem
I have already restarted the computer. But 'status.txt' = 'ProcStatus.txt' from the second post. uptime 11:53:00 up 2:02, 1 user, load average: 1,07, 1,34, 1,22 dpkg -l | grep gnome-shell ii gnome-shell 3.32.0+git20190410-1ubuntu1 amd64

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Daniel van Vugt
No problem. Next, please: 1. Ensure you do not have any custom gnome-shell extensions installed. If you do then please uninstall them. We find extensions cause a large number of bugs. 2. Run: cat /proc/`pidof -s gnome-shell`/status > status.txt and send us the resulting file

[Desktop-packages] [Bug 1828775] Re: High memory consumption

2019-05-13 Thread Daniel van Vugt
** Summary changed: - High CPU utilization, high memory consumption, does not respond to mouse movement. + High memory consumption ** Description changed: - High CPU utilization, high memory consumption, does not respond to mouse - movement. + High memory consumption ProblemType: Bug