Skip to content

Commit a023bf2

Browse files
committed
scale down main machine to 256mb 1CPU
1 parent c5fa129 commit a023bf2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fly.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
app = 'aspa-portal-v3'
77
primary_region = 'syd'
8+
swap_size_mb = 512
89

910
[build]
1011
dockerfile = 'docker/aspa-runtime.dockerfile'
@@ -18,6 +19,6 @@ primary_region = 'syd'
1819
processes = ['app']
1920

2021
[[vm]]
21-
memory = '2gb'
22+
memory = '256mb'
2223
cpu_kind = 'shared'
23-
cpus = 2
24+
cpus = 1

0 commit comments

Comments
 (0)