Freeing up space


The HOME directory has a limited quota, and you can check the current usage with the tools described here.*
Sometimes it is not easy to figure out which directories are using the most space. For this, have a look at the command du
For example, the following command shows you the space taken up by the subdirectories of the directory from where you run the command

du -h --apparent --max-depth=1 .

Notice the the last “.” stands for “the current directory”. In our experience, there are a few typical situation where users do not realize that they are actually using a lot of space:

Trashbin

pip, conda, uv

VSCode remote

Huggingface

Weight & Biases

Temporary files from specific applications