Skip to content

Instantly share code, notes, and snippets.

@rm--
Created November 12, 2018 21:25
Show Gist options
  • Save rm--/ca0f6aec90c8ac5c867bf8c0f90d9a17 to your computer and use it in GitHub Desktop.
Save rm--/ca0f6aec90c8ac5c867bf8c0f90d9a17 to your computer and use it in GitHub Desktop.
reduce size of spotify cache macos
1. Close Spotify.
2. Locate the Spotify prefs file:
~/Library/Application Support/Spotify/prefs
3. Open the file in your favorite text editor
4. Add another line and put a value in megabytes right after the equals sign. I chose 1024mb.
storage.size=1024
5. Relaunch Spotify. You will see your cache has shrunk to the specified size.
https://community.spotify.com/t5/Desktop-Mac/Why-the-cache-Spotify-app-on-OSX-takes-up-10G-of-space/td-p/4544523
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment