-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
Build error 137 during meteor build in CI only #109
Comments
Found meteorhacks/meteord#96 so it's really an out of memory issue. See also meteor/meteor#9568 |
Similar to #41 but I'd like to have the option to put it in |
wernight
added a commit
to wernight/meteor-launchpad
that referenced
this issue
Jul 10, 2018
Help regarding issues like jshimko#109.
bump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can
docker build .
locally but in CI this doesn't work. Sadly the script outputs don't detail much:Would be nice to get rid of that chown warning. I see only two reasons it could fail:
I looked a bit at memory using during a local build and it looks like it's using substantially more memory around that step (at least 1.6 GB additional). Looks like there is an option
TOOL_NODE_FLAGS=--max-old-space-size=2048
(trying that now) that allows to limit memory usage. It may be nice to map error 137 to show that a suggested solution.The text was updated successfully, but these errors were encountered: