Skip to content

Commit 107a084

Browse files
Update fly.toml
chore: reduce VM memory to 256MB and keep one instance running
1 parent 0c4d774 commit 107a084

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ primary_region = 'fra'
1515
processes = ['app']
1616

1717
[[vm]]
18-
memory = '1gb'
18+
memory = '256mb'
1919
cpu_kind = 'shared'
2020
cpus = 1
21-
memory_mb = 1024
21+
memory_mb = 256
2222

2323
[build]
2424
dockerfile = 'Dockerfile'

0 commit comments

Comments
 (0)