You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MemoryIncrementsMB is an internal implementation detail you shouldn't need to know about, but it's leaking.
Our VM sizes have a base memory amount and then an allowed additional memory amount. When you run fly scale vm shared-cpu-1x --memory 1024 we do magic to abstract that. I'm guessing this is only in the API output for displaying VM sizes, but it's pretty gross: https://github.com/superfly/flyctl/search?q=MemoryIncrementsMB
The allowed values for --memory are MemoryMB + MemoryIncrementMB
If I run
flyctl platform vm-sizes --json
one of the fields I get back is calledMemoryIncrementsMB
:I can't find any documentation about what this means.
Are these the only allowed values to pass to
--memory
when scaling an app to use that VM size?If so, it conflicts with the documentation on https://fly.io/docs/flyctl/scale-vm/ which says about
--memory
:The text was updated successfully, but these errors were encountered: