Skip to content

Fix webpack dev-server crash caused by 1.5gb limit

Simon Knox requested to merge webpack-memory-bump into master

What does this MR do?

Increase node memory limit to 4gb for webpack dev server. 'Fixes' FATAL_ERROR until we reign in the current memory usage. Most FE devs are already doing this manually, this is to prevent the error for other people.

Workaround for gitlab-development-kit#458 (comment 156266912)

What are the relevant issue numbers?

gitlab-development-kit#458 (comment 156266912) Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59075

Does this MR meet the acceptance criteria?

Edited by Simon Knox

Merge request reports