File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 17.11 .1
1+ 18.0 .1
Original file line number Diff line number Diff line change 1- FROM sameersbn/gitlab:17.11 .1
1+ FROM sameersbn/gitlab:18.0 .1
22
33# Override files
44COPY assets/runtime/config/gitlabhq/gitlab.yml ${GITLAB_RUNTIME_DIR}/config/gitlabhq/gitlab.yml
Original file line number Diff line number Diff line change @@ -2237,7 +2237,7 @@ migrate_database() {
22372237 exec_as_git yarn install --production --pure-lockfile
22382238 exec_as_git yarn add ajv@^4.0.0
22392239 echo " Recompiling assets (relative_url in use), this could take a while..."
2240- exec_as_git bundle exec rake gitlab:assets:compile NODE_OPTIONS=" --max-old-space-size=4096 " > /dev/null 2>&1
2240+ exec_as_git bundle exec rake gitlab:assets:compile NODE_OPTIONS=" --max-old-space-size=8192 " > /dev/null 2>&1
22412241 fi
22422242
22432243 echo " Clearing cache..."
You can’t perform that action at this time.
0 commit comments