Skip to content
Snippets Groups Projects
Unverified Commit 2e66ebf2 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Switch back to --max-old-space-size=4096 because of out of memory errors

parent cdaedf48
No related branches found
No related tags found
No related merge requests found
Pipeline #30665 canceled
...@@ -44,4 +44,4 @@ RUN composer global install ...@@ -44,4 +44,4 @@ RUN composer global install
ENV PATH "${COMPOSER_HOME}/vendor/bin:${PATH}" ENV PATH "${COMPOSER_HOME}/vendor/bin:${PATH}"
# https://stackoverflow.com/questions/53230823 # https://stackoverflow.com/questions/53230823
ENV NODE_OPTIONS '--max-old-space-size=2048' ENV NODE_OPTIONS '--max-old-space-size=4096'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment