Skip to content

Commit

Permalink
chore: increase memory available to neqsim
Browse files Browse the repository at this point in the history
  • Loading branch information
olelod committed Jan 9, 2025
1 parent a042eb4 commit 9c05ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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=["-Xmx2G"])

0 comments on commit 9c05ecc

Please sign in to comment.