Hi. I couldnt find documentation on how to check how much memory is left for a persistent volume.
The directives fly volumes show
and fly volumes list
only show stats for the volumes in an app. Not sure how to check how much memory is left.
Could someone help?
just solve it nvm.
Access the machine via fly ssh console
and then write on the termial df -h
.
You will see something like
Filesystem | Size | Used | Avail | Use% | Mounted on |
---|---|---|---|---|---|
devtmpfs |
461M | 0 | 461M | 0% | /dev |
none |
7.8G | 106M | 7.3G | 2% | / |
/dev/vdb |
7.8G | 106M | 7.3G | 2% | /.fly-upper-layer |
shm |
482M | 0 | 482M | 0% | /dev/shm |
tmpfs |
482M | 0 | 482M | 0% | /sys/fs/cgroup |
/dev/vdc |
986M | 16M | 903M | 2% | /var/www/html/wp-content |
You want to check the address where it was mounted, in my case /var/www/html/wp-content
FYI: you can configure volumes to automatically grow up to a limit you specify:
nice
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.