gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

High memory usage #31

Closed sammcj closed 8 years ago

sammcj commented 8 years ago

For such a simple / small application Cumulus' memory usage is very high.

A fresh install and launch easily uses 130MB which is considerably more than many more complex applications (iStats, LittleSnitch, Reeder, Dropbox, iTerm and even mail!).

screen shot 2015-10-31 at 1 15 56 pm
MichielDeMey commented 8 years ago

Yup, this is because it's not entirely a native application. (Cross platform support for Cumulus is underway!)

We're using Electron, built by GitHub, which has an embedded WebKit we use to render our application.