Well, I’m using base model Apple MacBook M1 which has only 256GB storage. I’m my development workflow i use Jetbrains’s IDE, Node, Docker and PHP.

In my regular usage my disk is full after a few days of work. I couldn’t find who eat my storage.

After digging i found the culprit is ~/Library/Caches directory. So, I cd into it and hit rm -rf * and reclaim my ~50GB of storage instantly.

Caution: If you did this you will face some side effects. So far I didn’t faced any issue yet.

Leave a Reply