alex2108 / syncthing-tray

trayicon to display status of syncthing
MIT License
57 stars 9 forks source link

Memory leak #21

Closed kowach closed 8 years ago

kowach commented 8 years ago

After few days I noticed my memory is getting low and syncthing-tray was on the top 11GB usage :D

Image of Yaktocat

Win10, 64x

I was using parameter -target="http://user:pass@localhost:8080" which apparently stop working on version 0.13. I removed user:pass and added -api="key" paremeter

alex2108 commented 8 years ago

Just looked at my memory usage and it looks like I can reproduce it as I see a slight increase in memory but never noticed it going to extreme values because I shutdown my computer every day.

looks like you need to restart syncthing-tray from time to time until I found the cause...

alex2108 commented 8 years ago

Should be fixed in the latest release, if not there is a second leak then I will open it again.