I'm getting the error below on while building the container. Would be helpfull if we could specify node-args to the build process, and perhaps the running node process as well.
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
--node-args="--max-old-space-size=6144" is expected to fix this error.
This should have been fixed as of #15, though I'll note that I believe you can just set that flag using the NODE_OPTIONS environment variable even without that fix, as noted in the Node.js documentation.
I'm getting the error below on while building the container. Would be helpfull if we could specify
node-args
to the build process, and perhaps the running node process as well.--node-args="--max-old-space-size=6144"
is expected to fix this error.