We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d8cdf commit ccb7c41Copy full SHA for ccb7c41
1 file changed
fly.toml
@@ -16,7 +16,7 @@ kill_timeout = "10s"
16
force_https = true
17
auto_stop_machines = true
18
auto_start_machines = true
19
- min_machines_running = 0
+ min_machines_running = 1
20
max_machines_running = 2
21
processes = ["app"]
22
@@ -36,8 +36,8 @@ kill_timeout = "10s"
36
37
[[vm]]
38
cpu_kind = "shared"
39
- cpus = 2
40
- memory_mb = 2048 # Increased for quantum simulations
+ cpus = 1
+ memory_mb = 1024
41
42
# Optional: Add secrets for sensitive configuration
43
# [secrets]
0 commit comments