Skip to content

Commit

Permalink
feat: start with smaller volume size, but auto-extend
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrockett committed Oct 21, 2024
1 parent 7b3d566 commit 2faf73f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fly.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ primary_region = "arn"
[[mounts]]
source = "mollysocket_data"
destination = "/app"
initial_size = "3GB"
auto_extend_size_threshold = 0
initial_size = "1GB"
auto_extend_size_threshold = 80 # extend volume size if we reach 80% capacity
auto_extend_size_increment = "1GB"
auto_extend_size_limit = "3GB"

[[vm]]
cpu_kind = "shared"
Expand Down

0 comments on commit 2faf73f

Please sign in to comment.