diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-06-11 13:59:55 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-06-11 13:59:55 +0000 |
commit | 35748c0899573c03297a4833250243af606f5efb (patch) | |
tree | 6c09dd2ec5e6f2b913bf94d3e66330c0918a3207 /config | |
parent | 6d92a7a049bafcc83703ddc68c72d272f38d4b7f (diff) | |
parent | 762c623997b2077258b59c70dcfae8a456d39fd2 (diff) | |
download | gitlab-ce-35748c0899573c03297a4833250243af606f5efb.tar.gz |
Merge branch 'leipert-add-memory-info' into 'master'
Set `max_old_space_size` option of node to 3.5GB during compile:assets
See merge request gitlab-org/gitlab-ce!19624
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index e760ce1cb8c..b1e378f6c27 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -1,4 +1,3 @@ -const fs = require('fs'); const path = require('path'); const glob = require('glob'); const webpack = require('webpack'); |