Commit 11c9a787 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased NodeJS heap size to 3GB

parent 6dcc2c40
...@@ -52,7 +52,7 @@ all: database-config ...@@ -52,7 +52,7 @@ all: database-config
cd /srv/www && HOME=$(CURDIR)/gitlab-home PATH=$$PATH:$(CURDIR)/../go/go/bin GOCACHE=$(CURDIR)/gitlab-home/gocache bundle exec rake "gitlab:workhorse:install[/srv/www/gitlab-workhorse]" RAILS_ENV=production cd /srv/www && HOME=$(CURDIR)/gitlab-home PATH=$$PATH:$(CURDIR)/../go/go/bin GOCACHE=$(CURDIR)/gitlab-home/gocache bundle exec rake "gitlab:workhorse:install[/srv/www/gitlab-workhorse]" RAILS_ENV=production
cd /srv/www && HOME=$(CURDIR)/gitlab-home bundle exec rake "gitlab:gitaly:install[/srv/www/gitaly,/srv/www/repositories]" RAILS_ENV=production cd /srv/www && HOME=$(CURDIR)/gitlab-home bundle exec rake "gitlab:gitaly:install[/srv/www/gitaly,/srv/www/repositories]" RAILS_ENV=production
cd /srv/www && HOME=$(CURDIR)/gitlab-home yarn install --production --pure-lockfile cd /srv/www && HOME=$(CURDIR)/gitlab-home yarn install --production --pure-lockfile
cd /srv/www && HOME=$(CURDIR)/gitlab-home bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production cd /srv/www && HOME=$(CURDIR)/gitlab-home bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production NODE_OPTIONS="--max-old-space-size=3072"
rm -rf gitlab-home rm -rf gitlab-home
umount /tmp umount /tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment