Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Attempt to address OOM issue when running webpack on Fly
Browse files Browse the repository at this point in the history
  • Loading branch information
Coteh committed Oct 13, 2023
1 parent 21b5b7b commit 9865248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kill_signal = "SIGINT"
kill_timeout = 5

[processes]
app = 'bash -c "npm run build:client && npm start"'
app = 'bash -c "NODE_OPTIONS=--max-old-space-size=128 npm run build:client && npm start"'

[env]
PORT = "8080"
Expand Down

0 comments on commit 9865248

Please sign in to comment.