Skip to content

Commit 880fcd5

Browse files
committed
fly: bump VM to 4 shared CPUs and 8GB; switch to [[vm]] table for Launch
1 parent a04bd80 commit 880fcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ primary_region = "ord" # Chicago - you can change this to your preferred region
5353
source = "anomstack_data"
5454

5555
# VM configuration - Cost-optimized for demo usage
56-
[vm]
56+
[[vm]]
5757
memory = "8192" # 8GB RAM to prevent OOM crashes
5858
cpu_kind = "shared" # Shared CPUs are cheaper and more available
5959
cpus = 4 # 4 shared vCPUs required to allow 8GB memory per Fly sizing rules

0 commit comments

Comments
 (0)