[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2020-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398117

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #8 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 423594 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2020-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398117

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=418205

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2020-07-20 Thread King Kang Kong
https://bugs.kde.org/show_bug.cgi?id=398117

King Kang Kong  changed:

   What|Removed |Added

 CC||r2b2x3+kde...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-11-15 Thread Stefano Forli
https://bugs.kde.org/show_bug.cgi?id=398117

Stefano Forli  changed:

   What|Removed |Added

Version|5.13.4  |5.13.5
   Platform|Manjaro |Debian testing

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-11-15 Thread Stefano Forli
https://bugs.kde.org/show_bug.cgi?id=398117

Stefano Forli  changed:

   What|Removed |Added

 CC||ntro...@gmail.com

--- Comment #7 from Stefano Forli  ---
The problem is present in Debian Buster with plasma-workspace 4:5.13.5-1+b1.
I've tried looking for the source of the problem by closing pretty much every
program, and let Plasma up, and I found the source of the problem is a flood of
notifications from BackInTime (1.1.24-0.1) due to wrong permissions in one
directory with many files, the backup process returned lots of errors.

After that, plasma reached +13Gb of RAM:

 $ ps -e -orss=,args= | sort -b -k1,1n | /usr/bin/pr -TW$COLUMNS| tail -65
 ...
 10164 -bash
 10988 /usr/bin/atop -R -w /var/log/atop/atop_20181115 600
 12228 /usr/bin/python3 /usr/share/backintime/qt4/qt4systrayicon.py 3
 22556 /usr/bin/konsole
 38308 /usr/bin/krunner
 48832 /usr/bin/kwin_x11 -session 10c274617200015344561510024110004_1541
 100952 /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/sddm/{09ce96a3-8d39-
 13527632 /usr/bin/plasmashell

I've tried restarting the plasmashell and SDDM, but right after logging in,
notifications not yet read pop up again, bringing the machine to its knees
again.

I'll be happy to provide more details if it can help.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-09-07 Thread GSC
https://bugs.kde.org/show_bug.cgi?id=398117

--- Comment #6 from GSC  ---
It' s just that simple text only electron notification sent like:

let myNotification = new Notification('Title', {
body: 'Lorem Ipsum Dolor Sit Amet'
  })

  myNotification.onclick = () => {
console.log('Notification clicked')
  }

A single program would send a error notification every 3 seconds. But I have a
bunch of them monitoring many programs on servers. In rare cases I left the
computer for a long time and things went wrong I would see this. I would try
disabling notification history, I feel it would help. The ability to set a
history size would be better.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-09-05 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=398117

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #5 from David Edmundson  ---
What type of notification?

Can you capture one in dbus-monitor or post your electron line.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-09-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=398117

--- Comment #4 from Kai Uwe Broulik  ---
Does disabling notification history help?

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-09-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398117

--- Comment #3 from Nate Graham  ---
So you could just have your app not send thousands of pointless notifications,
then?

Not saying there isn't a bug in plasmashell here, of course, but there's no
particular reason to stress the system for no reason. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-09-04 Thread GSC
https://bugs.kde.org/show_bug.cgi?id=398117

--- Comment #2 from GSC  ---
My own program written by electron using the
https://electronjs.org/docs/tutorial/notifications notifications API to send
alerts.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 398117] plasmashell huge memory usage with flooding notifications

2018-09-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398117

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
What program is spamming you with notifications?

-- 
You are receiving this mail because:
You are watching all bug changes.