We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in devonfw/maven-parent#2 we can get OutOfMemoryErrors due to -XmX settings.
-XmX
See e.g. here:
ide/scripts/src/main/resources/scripts/devon.properties
Line 18 in 8b1b818
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.
-Xmx
devon.properties
The text was updated successfully, but these errors were encountered:
#311: avoid explicit heap tunings
b78601e
#311: avoid explicit heap tunings (#312)
b1d9fda
Done.
Sorry, something went wrong.
No branches or pull requests
As discussed in devonfw/maven-parent#2 we can get OutOfMemoryErrors due to
-XmX
settings.See e.g. here:
ide/scripts/src/main/resources/scripts/devon.properties
Line 18 in 8b1b818
We should remove
-Xmx
parameters and let the JVM do its job. Users still have the ability to configure such things in their customdevon.properties
.The text was updated successfully, but these errors were encountered: