Skip to content

Commit

Permalink
Update fly.toml to use shared CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
warronbebster authored Mar 1, 2024
1 parent d65bcba commit ea03134
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ kill_timeout = "5s"
[deploy]
release_command = "/app/bin/migrate"

[[vm]]
size = "shared-cpu-4x"
memory = "2gb"
cpus = 1
cpu_kind = "shared"

[env]
PHX_HOST = "fragile.city"
PORT = "8080"
Expand Down

0 comments on commit ea03134

Please sign in to comment.