Skip to content

Instantly share code, notes, and snippets.

@51114u9
Last active October 6, 2020 20:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 51114u9/2831300 to your computer and use it in GitHub Desktop.
Save 51114u9/2831300 to your computer and use it in GitHub Desktop.
Script to optimize the SQLite databases in Firefox
1. Close Firefox
2. Execute this:
find ~/.mozilla/firefox/ -type f -name '*.sqlite' -exec sqlite3 {} 'VACUUM;' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment