We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b7a4f commit 34a6f08Copy full SHA for 34a6f08
fly.toml
@@ -21,7 +21,4 @@ primary_region = 'iad'
21
processes = ['app']
22
23
[[vm]]
24
- memory = '256mb'
25
- cpu_kind = 'shared'
26
- cpus = 1
27
- memory_mb = 256
+ size = 'shared-cpu-1x'
0 commit comments