Skip to content

Commit

Permalink
chore: increase memory available to neqsim (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
olelod authored Jan 10, 2025
1 parent a042eb4 commit fd2ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecalc_neqsim_wrapper/java_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def start_server():
import logging

logging.getLogger("py4j").setLevel(logging.ERROR)
return JavaGateway.launch_gateway(classpath=classpath, die_on_exit=True)
return JavaGateway.launch_gateway(classpath=classpath, die_on_exit=True, javaopts=["-Xmx4G"])

0 comments on commit fd2ee64

Please sign in to comment.