I encountered the problem about out of disk space while building on circle ci. I’m using Ubuntu virtual machine and docker-compose on it. Currently 100Gb storage is attached on virtual machine and I’d like to expand this storage space. Is there a way to expand storage space for Ubuntu virtual machine of circle ci?
Alternatively you could get a VPS elsewhere (with the disk space you need) and set it up as a network drive over an encrypted link. That would be quite slow by default, but you could then ask CircleCI where their build machines are, so you can choose a VPS location that is geographically as close as possible to Circle’s infrastructure.
I don’t know how that’d perform, and to be honest it sounds like the enterprise route would be best.