Unexpected RAM Increase in shared-cpu-1x After Deployment

Hello,

I apologize for my limited English. I’m facing an unexpected issue with Fly.io. When I execute fly deploy, the RAM allocation for my shared-cpu-1x plan automatically increases from 256MB to 1024MB. This is puzzling because Fly.io’s official documentation indicates that the shared-cpu-1x plan should come with 256MB of RAM. I’m unable to understand why this increase in RAM is happening.

Could anyone offer some insights or explanations about this issue and suggest how to resolve it?

Thank you

You can add into your fly.toml

[[vm]]
  cpu_kind = "shared"
  cpus = 1
  memory_mb = 256

Maybe you deploy by default, however it select 1G by default.

1 Like

Thank you so much for your help! Your advice was extremely helpful. Much appreciated!

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