Skip to content

Commit

Permalink
gitlab: increase webpack memory limit
Browse files Browse the repository at this point in the history
(cherry picked from commit 7555548)
  • Loading branch information
Milan Pässler authored and flokli committed Jun 3, 2020
1 parent 3a0a5e5 commit 2968e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitlab/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 2968e6f

Please sign in to comment.