Can't scale memory

I keep trying to run fly scale memory 1024 in a variety of ways. I see the following error:

(base) ➜ (main) ✗ fly scale memory 1024 --group app         
Updating machine [machine number]
Error: could not update machine [machine number]: failed to update VM [vm number]: aborted: could not reserve resource for machine: insufficient memory available to fulfill request

My app’s region is sea. I also tried to scale the instance but got the same error.

hi @Parris

If you don’t have attached volumes, try cloning the Machine first: fly m clone <machine id>. Destroy the old Machine and then run fly scale memory 1024 --process-group app again.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.