Problems with disk space

On my project https://glitch.com/~koalaknightmi-bible-quiz2 I’m having problems with disk space and I’ve deleted stuff and it’s still saying it and isn’t working ply help thanks

Hi @Koalaknightmi,

Thanks for contacting us!

We’ve given your project additional disk space for 24 hours. This should give you the room needed to:

  1. Add files that are taking up too much space to .gitignore
  2. Move database files that get rewritten often to .data

To see a list of your project files and their file size by opening the project console and entering the command, ls -lah

Once you have done this, you can run the following commands in the project console:
git prune and hit enter
git gc and hit enter.
refresh and hit enter

This should free up the space you need.

If you have any questions, let us know!

1 Like

now my project says its suspended sry idk if i am in the 24 hours but its not working

Hi @Koalaknightmi

I just searched for that project and was not able to find it. Did you change the project name? If you still need help here, let me know!

No I just removed it as I had it on GitHub and changed stuff then re imported it and made it work

Ok thanks for letting me know! If you end up needing temporary disk space again, just give us a shout!