Skip to content

Commit

Permalink
build: add swap_size_mb to fly.toml
Browse files Browse the repository at this point in the history
swap_size_mb will allow fly to swap machines when deploying
  • Loading branch information
arpitdalal committed May 9, 2024
1 parent 443f76c commit b18d664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ primary_region = 'yyz'
kill_signal = "SIGINT"
kill_timeout = 5
processes = [ ]
swap_size_mb = 512

[experimental]
allowed_public_ports = [ ]
Expand Down

0 comments on commit b18d664

Please sign in to comment.