mddub / nightscout-osx-menubar

View Nightscout data in the OS X menu bar.
MIT License
53 stars 42 forks source link

Huge memory leak when menubar running for a long time #16

Open sn0crash opened 5 years ago

sn0crash commented 5 years ago

I apologize for not attaching any leak analysis, but in Activity Monitor, Nightscout is using 2 GiB of real memory after running for several weeks.

erobinson commented 2 years ago

Looks like this is an issue that stems from PyObjC that rumps leverages - https://github.com/jaredks/rumps/issues/64.

Not sure that there is a simple solution within the app. May need to hack around it, like restarting the app once a day.