Run folder taking too much storage space

Issue Summary

My run folder (Library/Application Support/Local/run) is taking up too much space, around 50 GB at the moment. I would appreciate any tips on how to clean it up without breaking my sites.

I have found the topic below regarding the same issue, but it was closed without a solution.

System Details

  • Which version of Local is being used?

    • 6.7.0+6347
  • What Operating System (OS) and OS version is being used?

    • macOS Catalina

Thanks!

1 Like

Hi there @marcelleteri - welcome to the Local community! :wave:

A few things here. First, you can use the terminal to figure out which site is taking up so much data using the following commands:

cd ~/Library/Application\ Support/Local/run 
du -sh ./*

In addition, I might suggest optimizing the database(s) of the site(s) and exploring some of the suggestions in this article:

Let me know if this helps!

Sam

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.