https://bugs.kde.org/show_bug.cgi?id=518020
--- Comment #8 from kaminata <[email protected]> --- (In reply to Harald Sitter from comment #6) > You could try doing a recording with https://invent.kde.org/sdk/heaptrack to > find the memory leak. I don't have any better ideas right now. Excuse me but what should be the syntax for krdp? When I try: heaptrack --pid $(pidof app-org.kde.krdpserver.service) Im getting: Missing PID argument. When I try to run it directly: heaptrack app-org.kde.krdpserver.service Im getting: Error: Debuggee "app-org.kde.krdpserver.service" was not found. Now it again is eating 20GB and I wanted to attach to the already running process but... Since 2-3 months I'm using it with a script: cat /dev/zero | xargs --null sh -c "systemctl --user restart app-org.kde.krdpserver.service; sleep 10800" But even for 3 hours it sometimes manages to bloat like this. I'm considering to lower the time to 2 or 1 hour... -- You are receiving this mail because: You are watching all bug changes.
