shesek / spark-wallet

⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.
MIT License
344 stars 75 forks source link

spark-wallet daemon doesn't release memory #186

Open m46nus opened 3 years ago

m46nus commented 3 years ago

Memory usage seems to be growing indefinitely. I'm running daemon on raspberry pi (raspbian - armv7l)

m46nus commented 3 years ago

I have version 0.2.17

shesek commented 3 years ago

You aren't using the dev-server mode by any chance, are you?

Can you tell if the memory usage grows even when no new connections are made to the web server?

m46nus commented 3 years ago

No, I'm not running in dev-server mode. I had it running for about a month and used wallet only couple times. So most probably it's consuming memory even if no new connections are made.