Skip to content

Commit

Permalink
fix: fix Fly OOM issue (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Sep 15, 2024
1 parent f8421cc commit 966d0fa
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 @@ -8,6 +8,7 @@ swap_size_mb = 512
[env]
PORT = "8080"
METRICS_PORT = "8081"
NODE_OPTIONS='--max-old-space-size=4096'

[metrics]
port = 8081
Expand Down

0 comments on commit 966d0fa

Please sign in to comment.