We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5044b commit a3123a8Copy full SHA for a3123a8
pysoot/soot_manager.py
@@ -15,7 +15,7 @@ def startJVM():
15
if jpype.isJVMStarted():
16
return
17
jpype.addClassPath(os.path.join(os.path.dirname(__file__), "soot-trunk.jar"))
18
- jpype.startJVM("-Xmx2G")
+ jpype.startJVM("-Xmx4G")
19
faulthandler.enable()
20
faulthandler.disable()
21
if os.name != "nt":
0 commit comments