We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b093948 commit 3a91c49Copy full SHA for 3a91c49
2 files changed
apps/cms/fly.production.toml
@@ -7,7 +7,7 @@ primary_region = 'arn'
7
[http_service]
8
internal_port = 3000
9
force_https = true
10
- auto_stop_machines = 'off'
+ auto_stop_machines = 'suspend'
11
auto_start_machines = true
12
min_machines_running = 1
13
processes = ['app']
@@ -20,5 +20,5 @@ primary_region = 'arn'
20
timeout = '5s'
21
22
[[vm]]
23
- size = 'shared-cpu-2x'
24
- memory = '1gb'
+ size = 'shared-cpu-1x'
+ memory = '512mb'
apps/web/fly.production.toml
internal_port = 3001
0 commit comments