Skip to content

Commit 285e863

Browse files
committed
Add --max-heap-size option
1 parent 5fe7800 commit 285e863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_options.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@ PerIsolateOptionsParser::PerIsolateOptionsParser(
10701070
"help system profilers to translate JavaScript interpreted frames",
10711071
V8Option{},
10721072
kAllowedInEnvvar);
1073+
AddOption("--max-heap-size", "", V8Option{}, kAllowedInEnvvar);
10731074
AddOption("--max-old-space-size", "", V8Option{}, kAllowedInEnvvar);
10741075
AddOption("--max-semi-space-size", "", V8Option{}, kAllowedInEnvvar);
10751076
AddOption("--perf-basic-prof", "", V8Option{}, kAllowedInEnvvar);

0 commit comments

Comments
 (0)