Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default jvm heap size settings. #1

Closed
dmdeklerk opened this issue Feb 1, 2017 · 1 comment
Closed

Default jvm heap size settings. #1

dmdeklerk opened this issue Feb 1, 2017 · 1 comment

Comments

@dmdeklerk
Copy link
Member

Seen "Ran out of virtual memory on 32 bit either use 64 or reduce your heap size" on 32 bit Atom machine with Window 10 32 bit and 2 GB RAm.

@dmdeklerk
Copy link
Member Author

To increase heap size on windows edit the file
\resources\heatledger\bin\heatledger.bat in your installation dir.
Then add jvm args like this

@Rem Add default JVM options here. You can also use JAVA_OPTS and HEATLEDGER_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-Xmx1000m -Xms256m

So its the -Xmx1000m -Xms256m that you would be adding there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant