Hello,
Since today, our npm build tasks in the shared gitlab runner fails with the following message:
Killed
[90](__________________-#L90)npm ERR! code ELIFECYCLE
[91](__________________-#L91)npm ERR! errno 137
[92](__________________-#L92)npm ERR! ______________ build: `node git-version.js && ng test && node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng build --prod && npm run post-build && npm run add_date`
[93](__________________-#L93)npm ERR! Exit status 137
[94](__________________-#L94)npm ERR!
[95](__________________-#L95)npm ERR! Failed at the __________________- build script.
[96](__________________-#L96)npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[97](__________________-#L97)npm ERR! A complete log of this run can be found in:
[98](__________________-#L98)npm ERR! /root/.npm/_logs/2021-07-22T11_47_11_352Z-debug.log
[100](__________________-#L100)
Upon investigation, apparently this error is due to out of memory issues during compilation.
Currently using shared runner " gitlab-runner 14.1.0-rc1 (e9489c8a) on docker-auto-scale 72989761" with docker image “node:12.14.1”.
Is there any known shared runner issues? How can we mitigate this situation?
Thank you,
Pedro