We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13767a4 commit 695115aCopy full SHA for 695115a
src/node.cc
@@ -779,6 +779,8 @@ static ExitCode InitializeNodeWithArgsInternal(
779
// is security relevant, for Node it's less important.
780
V8::SetFlagsFromString("--no-freeze-flags-after-init");
781
782
+ V8::SetFlagsFromString("--max_semi_space_size=64");
783
+
784
#if defined(NODE_V8_OPTIONS)
785
// Should come before the call to V8::SetFlagsFromCommandLine()
786
// so the user can disable a flag --foo at run-time by passing
0 commit comments