We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d4570 commit 22792c3Copy full SHA for 22792c3
tools/make/lib/docs/typedoc.mk
@@ -115,7 +115,7 @@ typedoc-html: $(NODE_MODULES) $(TYPEDOC)
115
typedoc-json: $(NODE_MODULES) $(TYPEDOC)
116
$(QUIET) $(DELETE) $(DELETE_FLAGS) $(TYPEDOC_JSON)
117
$(QUIET) $(MKDIR_RECURSIVE) $(TYPEDOC_JSON_OUT)
118
- $(QUIET) $(TYPEDOC) $(TYPEDOC_JSON_FLAGS) $(SRC_DIR)
+ $(QUIET) $(NODE) --max_old_space_size=10240 $(TYPEDOC) $(TYPEDOC_JSON_FLAGS) $(SRC_DIR)
119
120
.PHONY: typedoc-json
121
0 commit comments