Could not connect to rstudio

Hi,
I'm having a problem connecting to rstudio and it comes up with this error:
Screenshot from 2023-06-16 14-29-09
Could someone help me to solve it?
Thank you.
Best,
Rui

Hi Rui,

Your home directory is full (not on size but on number of files).
To see your quota: lfs quota -h -p 161132 /shared/home/rzhang

     Filesystem    used   quota   limit   grace   files   quota   limit   grace
/shared/home/rzhang
                 16.75G    100G    150G       -  124648* 100000  150000    none

You have more than 124k files (quota is 100k).

Please, remove or move your files into your project directory (it's often due to Conda that create a lot of hard links).

Merci beaucoup