Are there any way we can config the default settings of processes and machines in the fly.toml file? e.g. count, memory, vm type. That will be useful as a fallback too
Hey sorry for taking so long to get back to you.
So the issue is that you have the amount of ram, cpu kind, and number of CPUs in your fly.toml (under the [[vm]] section). flyctl will automatically set the size of your VMs to whatever is set in the vm section.
hey Billy, ahhhh, this is incredibly embarrassing. don’t recall this to be there when i launch my other apps previously so didn’t thought that there will be changes in the default toml generated. thank you!