We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04bd80 commit 880fcd5Copy full SHA for 880fcd5
fly.toml
@@ -53,7 +53,7 @@ primary_region = "ord" # Chicago - you can change this to your preferred region
53
source = "anomstack_data"
54
55
# VM configuration - Cost-optimized for demo usage
56
-[vm]
+[[vm]]
57
memory = "8192" # 8GB RAM to prevent OOM crashes
58
cpu_kind = "shared" # Shared CPUs are cheaper and more available
59
cpus = 4 # 4 shared vCPUs required to allow 8GB memory per Fly sizing rules
0 commit comments