We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3247e4 commit cde9b4eCopy full SHA for cde9b4e
assets/build/install.sh
@@ -215,7 +215,7 @@ chown ${GITLAB_USER}: ${GITLAB_INSTALL_DIR}/config/database.yml
215
exec_as_git yarn install --production --pure-lockfile
216
217
echo "Compiling assets. Please be patient, this could take a while..."
218
-exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS="--max-old-space-size=4096"
+exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS="--max-old-space-size=8192"
219
220
# remove auto generated ${GITLAB_DATA_DIR}/config/secrets.yml
221
rm -rf ${GITLAB_DATA_DIR}/config/secrets.yml
0 commit comments