https://bugs.kde.org/show_bug.cgi?id=436885
--- Comment #2 from george fb <georgefb...@gmail.com> --- > does haruna not share the mpv process with other programs? Do you mean like smplayer where you have an mpv process started by smplayer? If yes than that's because smplayer uses window embedding https://github.com/mpv-player/mpv-examples/tree/master/libmpv#native-window-embedding while Haruna uses render API https://github.com/mpv-player/mpv-examples/tree/master/libmpv#render-api So when looking at smplayer memory usage you should count mpv's memory too. And if you count the total memory, shared + not-shared, the difference will also be smaller. -- You are receiving this mail because: You are watching all bug changes.