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
-J-Xmx flag is not passed to JVM which is running script
To Reproduce
Steps to reproduce the behavior:
invoke joern with -J-Xmx24G --script somescript.sc
run ps and notice that java process running replpp.scripting.NonForkingScriptRunner is missing -Xmx flag provided on command line
I think that ScriptRunning.exec is not passing additional JVM command line arguments to created java process.
As a result analysis crashes with OutOfMemory error despite providing flag on command line to increase heap to maximum.
Expected behavior
Xmx flag should be passed to jvm running the script
The text was updated successfully, but these errors were encountered:
Describe the bug
-J-Xmx flag is not passed to JVM which is running script
To Reproduce
Steps to reproduce the behavior:
I think that ScriptRunning.exec is not passing additional JVM command line arguments to created java process.
As a result analysis crashes with OutOfMemory error despite providing flag on command line to increase heap to maximum.
Expected behavior
Xmx flag should be passed to jvm running the script
The text was updated successfully, but these errors were encountered: