v8Flags.setMaxHeapSize() is this shared for all engines? #455
Unanswered
RakeshRaparthi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Every V8 runtime has its own heap with that max heap size. Once it's set, there's no way of adjusting it and all V8 runtimes share the same max heap size. That's by design. |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
v8Flags.setMaxHeapSize(4gb)
Beta Was this translation helpful? Give feedback.
All reactions