You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the code it may be possible to "late launch" NodeJS into an already running GraalVM, because the startup code is willing to attach to an existing JVM if found rather than start a new one from scratch!
Experiment with this approach, which would simplify things quite a bit by avoiding the need to trampoline via NodeJS at startup.
The text was updated successfully, but these errors were encountered:
From reading the code it may be possible to "late launch" NodeJS into an already running GraalVM, because the startup code is willing to attach to an existing JVM if found rather than start a new one from scratch!
Experiment with this approach, which would simplify things quite a bit by avoiding the need to trampoline via NodeJS at startup.
The text was updated successfully, but these errors were encountered: