We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cdefb commit 73616abCopy full SHA for 73616ab
packages/bazel/src/ng_module.bzl
@@ -285,6 +285,8 @@ _EXTRA_NODE_OPTIONS_FLAGS = [
285
"--node_options=--expose-gc",
286
# Show ~full stack traces, instead of cutting off after 10 items.
287
"--node_options=--stack-trace-limit=100",
288
+ # Give 2 GB RAM to node to make bigger google3 modules to compile, we should be able to drop this after Ivy/ngtsc is the default in g3
289
+ "--node_options=--max-old-space-size=2048",
290
]
291
292
def ngc_compile_action(
0 commit comments