Hello, I have Discord Bot and hosting on glitch but I have a problem. My bot’s disk is full so what can I do? Can Help Me?
Project Name: windpanel
Thanks
Hello, I have Discord Bot and hosting on glitch but I have a problem. My bot’s disk is full so what can I do? Can Help Me?
Project Name: windpanel
Thanks
Hello there,
Open the app ‘Console’ in advance options and follow these steps:
df
git gc
and git prune
, this will help cleanup files and remove unreachable objects..git
folder using rm -rf .git
package.json
node_modules
folder.df
, the partition that is limited is the one under /app
.Helpful links:
Hope this helps and happy glitching!