Skip to content

Commit a3123a8

Browse files
committed
Increase memory limit
1 parent bb5044b commit a3123a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysoot/soot_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def startJVM():
1515
if jpype.isJVMStarted():
1616
return
1717
jpype.addClassPath(os.path.join(os.path.dirname(__file__), "soot-trunk.jar"))
18-
jpype.startJVM("-Xmx2G")
18+
jpype.startJVM("-Xmx4G")
1919
faulthandler.enable()
2020
faulthandler.disable()
2121
if os.name != "nt":

0 commit comments

Comments
 (0)