Skip to content

Commit

Permalink
set max heap size to 1848MB
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Oct 17, 2024
1 parent 60f7d4d commit 9295c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ processes = []
DOMAIN = "api.filspark.com"
REQUEST_LOGGING = "false"
NPM_CONFIG_WORKSPACE="api"
# 1024MB available memory - 200MB for anything else
NODE_OPTIONS="--max-old-space-size=824"
# 2048MB available memory - 200MB for anything else
NODE_OPTIONS="--max-old-space-size=1848"

[experimental]
auto_rollback = true
Expand Down

0 comments on commit 9295c64

Please sign in to comment.