- `yarn cache clean` deletes `~/.cache/yarn`, which is rebuilt next time you run `yarn`, saved 433M for me
- `rbenv uninstall 2.5.3` if you've upgraded to ruby 2.6.0, saved 164MB for me
- `rm -fr ~/live/vendor/bundle/ruby/2.5.0/` ditto for ruby 2.6.0 upgrade, saved 335M for me
There is also Postgres `VACUUM FULL` but I've had mixed results with it, also it locks your tables and temporarily uses lots of space to copy tables.
#MastoAdmins