Skip to content

Commit

Permalink
back to orig fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-sai-yral committed Nov 25, 2024
1 parent 2d15c14 commit 0dd8731
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ PORT = '50051'
[[services]]
protocol = 'tcp'
internal_port = 50051
auto_stop_machines = true
auto_start_machines = true

[[services.ports]]
port = 443
Expand All @@ -24,10 +26,10 @@ handlers = ['tls']
alpn = ['h2']

[services.concurrency]
hard_limit = 2500
soft_limit = 30
hard_limit = 500
soft_limit = 250

[[vm]]
memory = '16gb'
memory = '8gb'
cpu_kind = 'performance'
cpus = 8
cpus = 1

0 comments on commit 0dd8731

Please sign in to comment.