Skip to content

Commit

Permalink
fix: increase heapspace to 4GB
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Jun 21, 2023
1 parent bdb5d17 commit 7a5a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/toolkits/cdk_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
if not os.path.exists(centresjar_path):
jar_path = pystow.ensure("STOUT-V2", url=centres_path)

startJVM("-ea", classpath=[cdkjar_path, srujar_path, centresjar_path], "-Xmx4096M")
startJVM("-ea", "-Xmx4096M", classpath=[cdkjar_path, srujar_path, centresjar_path])
cdk_base = "org.openscience.cdk"


Expand Down

0 comments on commit 7a5a440

Please sign in to comment.