about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMilan Pässler <mil@nyantec.com>2020-05-05 14:15:07 +0200
committerMilan Pässler <mil@nyantec.com>2020-05-18 18:35:08 +0200
commit755554808fb691c039d9164ddcc3560e9b2b188d (patch)
tree14e028f9bd8c3fb83a5a5a1bb90f9e0a80994ffa
parentf61370214ce4710fd6ca7d15ea78c32a2331bae6 (diff)
downloadnixlib-755554808fb691c039d9164ddcc3560e9b2b188d.tar
nixlib-755554808fb691c039d9164ddcc3560e9b2b188d.tar.gz
nixlib-755554808fb691c039d9164ddcc3560e9b2b188d.tar.bz2
nixlib-755554808fb691c039d9164ddcc3560e9b2b188d.tar.lz
nixlib-755554808fb691c039d9164ddcc3560e9b2b188d.tar.xz
nixlib-755554808fb691c039d9164ddcc3560e9b2b188d.tar.zst
nixlib-755554808fb691c039d9164ddcc3560e9b2b188d.zip
gitlab: increase webpack memory limit
-rw-r--r--pkgs/applications/version-management/gitlab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix
index f3ecc6df6400..76127681bbd9 100644
--- a/pkgs/applications/version-management/gitlab/default.nix
+++ b/pkgs/applications/version-management/gitlab/default.nix
@@ -89,7 +89,7 @@ let
 
       bundle exec rake gettext:po_to_json RAILS_ENV=production NODE_ENV=production
       bundle exec rake rake:assets:precompile RAILS_ENV=production NODE_ENV=production
-      bundle exec rake webpack:compile RAILS_ENV=production NODE_ENV=production NODE_OPTIONS="--max_old_space_size=2048"
+      bundle exec rake webpack:compile RAILS_ENV=production NODE_ENV=production NODE_OPTIONS="--max_old_space_size=3072"
       bundle exec rake gitlab:assets:fix_urls RAILS_ENV=production NODE_ENV=production
 
       runHook postBuild