Skip to content

Commit

Permalink
Revert "Try performance machines"
Browse files Browse the repository at this point in the history
This reverts commit c3d9eeb.
  • Loading branch information
ujh committed Dec 26, 2024
1 parent c3d9eeb commit 6e9ed08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ processes = ["web"]
force_https = true
auto_stop_machines = "suspend"
auto_start_machines = true
min_machines_running = 2
min_machines_running = 6
[http_service.concurrency]
type = "requests"
soft_limit = 2
Expand All @@ -67,7 +67,7 @@ cpus = 1
processes = ["worker"]

[[vm]]
memory = '2GB'
cpu_kind = 'performance'
cpus = 1
memory = '1GB'
cpu_kind = 'shared'
cpus = 4
processes = ["web"]

0 comments on commit 6e9ed08

Please sign in to comment.