Impossible to update our apps when deploying : aborted: could not reserve resource for machine: insufficient memory available to fulfill request
Same if I try to upgrade the vm
fly scale vm shared-cpu-2x --group=worker 1 ✘ => aborted: could not reserve resource for machine: insufficient memory available to fulfill request
Everything is in CDG
This means the physical host where your VM is hosted has insufficient resources (memory in this case) to instantiate a new Vm for your deploy or increase the memory on your existing VM.
One thing to try could be to scale your worker process group to a different, nearby region to get new VMs there (ams is probably the closest geographically, full list of regions here) and then scale down your CDG instances if they turn out to be too small for your needs or you continue to see resource pressure here.
Cheers,
- Daniel
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.