Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thenetexperts/1dca31b9132c6058ff6049a266b5b902 to your computer and use it in GitHub Desktop.
Save thenetexperts/1dca31b9132c6058ff6049a266b5b902 to your computer and use it in GitHub Desktop.
# If you open your Ressource monitoring under OSX, you'll see that the
# Process "Spotify Helper" is eating between 20% and 30% of CPU constantly
# It means that when you're on battery, it'll drain it faster.
# To prevent the Spotify Helper (which are basically ads for spotify) from spawning process,
# you should disable access to the app doing this (close Spotify first) :
sudo chmod 000 "/Applications/Spotify.app/Contents/Frameworks/Spotify Helper EH.app"
sudo chmod -N "/Applications/Spotify.app/Contents/Frameworks/Spotify Helper EH.app"
# Source : http://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Huge-CPU-usage-on-Mac-OSX/td-p/606112/page/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment