Skip to content

Commit

Permalink
Added VM specification to fly.toml to keep within Fly.io free allow…
Browse files Browse the repository at this point in the history
…ances (#306)
  • Loading branch information
erickarr authored Feb 8, 2024
1 parent 9bacf7f commit 67f7608
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/install/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ Now that you’ve gotten the CLI set up, you’re ready to deploy your app to Fl
interval = "15s"
restart_limit = 0
timeout = "2s"

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 256
```

</details>
Expand Down
6 changes: 6 additions & 0 deletions static/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@
interval = "15s"
restart_limit = 0
timeout = "2s"

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 256

0 comments on commit 67f7608

Please sign in to comment.