mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: Increased the memory for the node process in the frontend build. (#42499)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user