Skip to content

Commit 22792c3

Browse files
committed
Increase available memory
1 parent f5d4570 commit 22792c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/docs/typedoc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ typedoc-html: $(NODE_MODULES) $(TYPEDOC)
115115
typedoc-json: $(NODE_MODULES) $(TYPEDOC)
116116
$(QUIET) $(DELETE) $(DELETE_FLAGS) $(TYPEDOC_JSON)
117117
$(QUIET) $(MKDIR_RECURSIVE) $(TYPEDOC_JSON_OUT)
118-
$(QUIET) $(TYPEDOC) $(TYPEDOC_JSON_FLAGS) $(SRC_DIR)
118+
$(QUIET) $(NODE) --max_old_space_size=10240 $(TYPEDOC) $(TYPEDOC_JSON_FLAGS) $(SRC_DIR)
119119

120120
.PHONY: typedoc-json
121121

0 commit comments

Comments
 (0)