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 125491c commit fdb765fCopy full SHA for fdb765f
deps/v8/src/flags/flag-definitions.h
@@ -2066,7 +2066,9 @@ DEFINE_SIZE_T(
2066
"All three flags cannot be specified at the same time.")
2067
DEFINE_SIZE_T(initial_heap_size, 0, "initial size of the heap (in Mbytes)")
2068
DEFINE_SIZE_T(initial_old_space_size, 0, "initial old space size (in Mbytes)")
2069
-DEFINE_BOOL(separate_gc_phases, true,
+// FIXME: separate_gc_phases crashes armv7l
2070
+// https://github.com/nodejs/node/pull/57753#issuecomment-2814913083
2071
+DEFINE_BOOL(separate_gc_phases, false,
2072
"young and full garbage collection phases are not overlapping")
2073
DEFINE_BOOL(gc_global, false, "always perform global GCs")
2074
0 commit comments