Disk quota exceeded

Bonjour,

I often obtain following error:
[Errno 122] Disk quota exceeded: '/shared/home/atonazzolli/.local/lib'

I know that to solve it I need to remove files. However, I have already removed .local and .conda folder and still I have this issue. Is not possible to increase the file amount quota, svp?

Kind regards,
Arianna Tonazzolli

Hello,

Indeed, you have reached the file limit (108436 files, quota de 100000).
You can check yourself with the command: lfs quota -h -p 162809 /shared/home/atonazzolli

We prefer not to increase this quota but use the project directory instead.
In your case, I think you can clean up some files. Below are the directories with many files:

# Files	Directory
36460	~/.cache/yarn
31958	~/.virtualenvs/eqa-proj/lib
12325	~/.vscode-server

Please let us know if you need more help

Hi @dbenaben,

I am trying to have as less files as possible in my home directory. However, it is occupied by files generated automatically when I launch python/R scripts.

Now it is working. Thanks for suggesting which are the files that could be removed.

Kind regards,
Arianna