Open wernight opened 6 years ago
Found https://github.com/meteorhacks/meteord/issues/96 so it's really an out of memory issue. See also https://github.com/meteor/meteor/issues/9568
Similar to https://github.com/jshimko/meteor-launchpad/issues/41 but I'd like to have the option to put it in launchpad.conf
(because I'm using GitLab Auto DevOps). I'm trying a workaround by setting ENV in Dockerfile.
bump
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.