summaryrefslogtreecommitdiff
path: root/doc/update/patch_versions.md
diff options
context:
space:
mode:
authorRichard Hancock <rjhancock@tapenvy.us>2019-05-15 16:30:30 +0000
committerEvan Read <eread@gitlab.com>2019-05-15 16:30:30 +0000
commit3a277320fb36aee7803c936b01c3c03592eb293b (patch)
tree25a2e36265b1691715992cd34e7b2b33ecaed8ea /doc/update/patch_versions.md
parentfa33b5cede52688895ac063f239bc7084bd8bfc7 (diff)
downloadgitlab-ce-3a277320fb36aee7803c936b01c3c03592eb293b.tar.gz
Rjh/doc fixes for source install
Diffstat (limited to 'doc/update/patch_versions.md')
-rw-r--r--doc/update/patch_versions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index f90bff662e2..c2dff21b028 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -67,7 +67,7 @@ sudo -u git -H bundle exec rake gettext:pack RAILS_ENV=production
sudo -u git -H bundle exec rake gettext:po_to_json RAILS_ENV=production
# Clean up assets and cache
-sudo -u git -H bundle exec rake yarn:install gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_ENV=production NODE_ENV=production
+sudo -u git -H bundle exec rake yarn:install gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_ENV=production NODE_ENV=production NODE_OPTIONS="--max_old_space_size=4096"
```
### 4. Update gitlab-workhorse to the corresponding version