https://bugs.kde.org/show_bug.cgi?id=468628
Bug ID: 468628 Summary: Plasmashell memory usage increase steadly over time. Classification: Plasma Product: plasmashell Version: 5.27.4 Platform: Other OS: Linux Status: REPORTED Severity: major Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: mig...@rozsas.eng.br CC: k...@davidedmundson.co.uk Target Milestone: 1.0 Created attachment 158172 --> https://bugs.kde.org/attachment.cgi?id=158172&action=edit output of: 'while /bin/true ; do date >> tmp/plasmashell_mem.log; ps -e -o comm,%cpu,cputime,etime,rss,%mem | grep -E "plasmashell|COMMAND" | tee -a tmp/plasmashell_mem.log; sleep 30m; done' SUMMARY Plamashell starts using about 400kbytes of memory and after 5:30h it is using more than 8G ! Must be a memory leak somewhere. STEPS TO REPRODUCE I collected the memory used by plasmasheel with a simple script. The data is attached. Note that, between 12:00h and 13:30h it was my lunch time, the computer was idle, even so, the memory usage increased from 3665792 to 5375696 bytes. After 5:30h since the KDE was started it was using 8142588 bytes. OBSERVED RESULT Memory usage increase over time. EXPECTED RESULT A more discrete usage of memory. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20230413 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.8 Kernel Version: 6.2.10-1-default (64-bit) Graphics Platform: X11 Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor Memory: 30.5 GiB of RAM Graphics Processor: AMD Radeon RX 6600 Manufacturer: ASUS ADDITIONAL INFORMATION Please , see the attached file. It has the used plasmashell memory in 30m intervals. -- You are receiving this mail because: You are watching all bug changes.