@SUSHI Based on the output of the df -h
command, it looks like you have the following space available on your filesystems:
- / (overlay): 3.8G available out of 49G
- /var/ssl (/dev/sda3): 47G available out of 63G
- /etc/hosts (/dev/sdb1): 3.8G available out of 49G
Summing up the available space:
3.8G+47G+3.8G=54.6G
So, you currently have approximately 54.6GB of free space.
Also keep in mind that a slot is a whole other web app behind the scenes. You basically have to double the space used.
Based on the df -h
output you provided, here’s a breakdown of the space you’re using on each filesystem:
- / (overlay): 43G used out of 49G
- /var/ssl (/dev/sda3): 13G used out of 63G
- /etc/hosts (/dev/sdb1): 43G used out of 49G
Summing up the used space:
43G+13G+43G=99G
So, you are currently using approximately 99GB of space for prod. This also means that dev is also using 99GB. So 99GB+99GB=198GB
198GB (used)+54.6GB (free space) = 252.6GB
This usage seems normal. Let me know if you have any further questions. Otherwise, I would appreciate it if you could accept this answer.