Skip to content

Commit

Permalink
reduce size of VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Aug 17, 2024
1 parent f20b8ca commit 07e9e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ primary_region = 'ord'


[[vm]]
memory = '2gb'
memory = '1gb'
cpu_kind = 'shared'
cpus = 4
cpus = 2

0 comments on commit 07e9e46

Please sign in to comment.