mk-fg / infinite-image-scroller

Python/GTK desktop app to scroll images across the window carousel-style
Do What The F*ck You Want To Public License
15 stars 3 forks source link

Memory leak with pixbuf_proc.so #4

Closed Flurrywinde closed 3 years ago

Flurrywinde commented 3 years ago

If I leave it running for awhile, ram usage steadily climbs. It doesn't happen when not using pixbuf_proc.so. Figure_1

As the figure shows, memory usage was steadily increasing until around 100 seconds. That might be the point when I increased the scroll speed a lot. The point where it tops out at around 120 seconds is probably where it started to write to disk and the system slowed to a halt.

Again, I hope this kind of feedback is welcome. Just trying to be helpful.

Flurrywinde commented 3 years ago

I must have just somehow really messed up my Ubuntu installation. LOL. It reminds me of my Windows days when if I installed something without clearing out its old settings the system got really slow too. But yes, I am loving how fast pacman is.