cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to delete projects in business application studio

former_member200477
Participant
0 Kudos

Hello,

Disk Space in my trial dev space has reached 100%. I am trying to delete projects to free some space but i am not able to delete any files or projects. I tried all option to clear cache and trash folders by following this GA Support but it still does not work.

Please help/ guide me how i can resolve this issue to get some space in my BAS.

Thanks and Regards,

Navya

View Entire Topic
boris_tsirulnik
Participant
0 Kudos

Hi,

You can analyze which folders are using most of the disk quota.

This is the command to see the usage breakdown for specific folder:

du -ahd1 /home/user | sort -hr

Also check the inodes and disk usage.

Disk

df -h /home

inodes

df -i /home

In worst case, you can create a new dev space and move some of the projects there.

Regards,

Boris