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

avoid setting max heap size and let JVM auto-tune #311

Closed
hohwille opened this issue Nov 26, 2019 · 1 comment
Closed

avoid setting max heap size and let JVM auto-tune #311

hohwille opened this issue Nov 26, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hohwille
Copy link
Member

As discussed in devonfw/maven-parent#2 we can get OutOfMemoryErrors due to -XmX settings.

See e.g. here:

export MAVEN_OPTS=-Xmx512m -Duser.home=${DEVON_IDE_HOME}/conf

We should remove -Xmx parameters and let the JVM do its job. Users still have the ability to configure such things in their custom devon.properties.

@hohwille
Copy link
Member Author

Done.

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

No branches or pull requests

1 participant