File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ chown ${GITLAB_USER}: ${GITLAB_INSTALL_DIR}/config/database.yml
212
212
exec_as_git yarn install --production --pure-lockfile
213
213
214
214
echo " Compiling assets. Please be patient, this could take a while..."
215
- exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS=" --max-old-space-size=4096 "
215
+ exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS=" --max-old-space-size=8192 "
216
216
217
217
# remove auto generated ${GITLAB_DATA_DIR}/config/secrets.yml
218
218
rm -rf ${GITLAB_DATA_DIR} /config/secrets.yml
Original file line number Diff line number Diff line change @@ -2260,7 +2260,7 @@ migrate_database() {
2260
2260
chown -R ${GITLAB_USER} : ${GITLAB_HOME} /gitlab/node_modules
2261
2261
exec_as_git yarn install --production --pure-lockfile
2262
2262
echo " Recompiling assets (relative_url in use), this could take a while..."
2263
- exec_as_git bundle exec rake gitlab:assets:compile NODE_OPTIONS=" --max-old-space-size=4096 " > /dev/null 2>&1
2263
+ exec_as_git bundle exec rake gitlab:assets:compile NODE_OPTIONS=" --max-old-space-size=8192 " > /dev/null 2>&1
2264
2264
fi
2265
2265
2266
2266
echo " Clearing cache..."
You can’t perform that action at this time.
0 commit comments