Skip to content

Commit

Permalink
Improve fly machine specs
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-kellam committed Sep 6, 2024
1 parent fe5631f commit eb184da
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 @@ -17,9 +17,9 @@ primary_region = 'sjc'
processes = ['app']

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

[mounts]
source = "sourcebot_data"
Expand Down

0 comments on commit eb184da

Please sign in to comment.