Skip to content

Instantly share code, notes, and snippets.

@tristanbes
Last active November 2, 2021 16:02
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tristanbes/e63551bd515dea7dd1c2 to your computer and use it in GitHub Desktop.
Save tristanbes/e63551bd515dea7dd1c2 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
@afcarvalho1991
Copy link

thanks! this worked for me!
Version: 1.0.25.127.g58007b4c @ 2016-04-01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment