Skip to content

Commit ccb7c41

Browse files
committed
UPDATE toml
1 parent a8d8cdf commit ccb7c41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kill_timeout = "10s"
1616
force_https = true
1717
auto_stop_machines = true
1818
auto_start_machines = true
19-
min_machines_running = 0
19+
min_machines_running = 1
2020
max_machines_running = 2
2121
processes = ["app"]
2222

@@ -36,8 +36,8 @@ kill_timeout = "10s"
3636

3737
[[vm]]
3838
cpu_kind = "shared"
39-
cpus = 2
40-
memory_mb = 2048 # Increased for quantum simulations
39+
cpus = 1
40+
memory_mb = 1024
4141

4242
# Optional: Add secrets for sensitive configuration
4343
# [secrets]

0 commit comments

Comments
 (0)