Build: Increased the memory for the node process in the frontend build. (#42499)

This commit is contained in:
Marcus Andersson
2021-11-30 10:50:35 +01:00
committed by GitHub
parent 34f6873d2d
commit 2a50c029b2
2 changed files with 20 additions and 1 deletions

View File

@@ -380,6 +380,9 @@ def build_frontend_step(edition, ver_mode, is_downstream=False):
'depends_on': [
'initialize',
],
'environment': {
'NODE_OPTIONS': '--max_old_space_size=8192',
},
'commands': cmds,
}