We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yes
I had the following issue: https://community.fly.io/t/blues-stack-template-js-heap-error-oom-on-github-actions-deply/20087 And found the solution here: https://community.fly.io/t/pci-fatal-no-config-space-access-function-found/19594/10
Deploy works when you follow tutorial
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory in Actions -> Deploy
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
The text was updated successfully, but these errors were encountered:
So either modifying the template to include NODE_OPTIONS= "--max-old-space-size=4096" in fly.toml by default, or fixing the root cause.
NODE_OPTIONS= "--max-old-space-size=4096"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
I had the following issue: https://community.fly.io/t/blues-stack-template-js-heap-error-oom-on-github-actions-deply/20087
And found the solution here: https://community.fly.io/t/pci-fatal-no-config-space-access-function-found/19594/10
Expected Behavior
Deploy works when you follow tutorial
Actual Behavior
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
in Actions -> DeployThe text was updated successfully, but these errors were encountered: