From 2e66ebf22bde0d2daca1f06c6b48bb8f5b6812d2 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 12 May 2021 08:43:08 +0200 Subject: [PATCH] Switch back to --max-old-space-size=4096 because of out of memory errors --- .gitlab-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 833b7da..40c5e76 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -44,4 +44,4 @@ RUN composer global install ENV PATH "${COMPOSER_HOME}/vendor/bin:${PATH}" # https://stackoverflow.com/questions/53230823 -ENV NODE_OPTIONS '--max-old-space-size=2048' +ENV NODE_OPTIONS '--max-old-space-size=4096' -- GitLab