I cannot edit my project

Hi, i have recently created a sample project and now i want to edit something in the project but i cannot do anything.
i have record a video just to explain my problem.

In the video the error you see, that is disk full error
Project url: https://glitch.com/~daily-dilophosaurus

The full disk may be causing the problem. @glitch_support can give you more space for 24 hours. That way, you can clear unneeded files.

3 Likes

Hi @iftkharhussain

I’m sorry that your edits were not applying! This can happen when something in your project is causing it to exceed our disk space limits.

I’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 so they don’t count towards your git history.

Once you have done this, 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!

2 Likes

Thanks,
it is fixed now.

Is there anyway to get more space and ram ? Actually my project needs 1GB ram and 2GB disk space, i am building this project here just because it is very comfortable and fast way for me.

Please guide me how can i get more stuff here, even i can pay for more assets.
Thanks :slight_smile:

There’s currently no way to get extra disk space and RAM. However, Glitch is working on paid features where users can add more RAM, storage, etc to their projects!

1 Like

To get emailed about paid plans that will be coming soon ----> click here
Edit: you will get emailed when they are released.

1 Like