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

Add default configuration for Xmx #1758

Open
vlsi opened this issue Sep 13, 2022 · 0 comments
Open

Add default configuration for Xmx #1758

vlsi opened this issue Sep 13, 2022 · 0 comments
Labels
type:new feature Change that add something new for end users

Comments

@vlsi
Copy link
Contributor

vlsi commented Sep 13, 2022

Is your feature request related to a problem? Please describe.

By default, certain Java versions assume heap should consume all the available memory, so apps should limit the RAM.

Describe the solution you'd like

applicationDefaultJvmArgs=...-Xmx512m...

See https://docs.gradle.org/current/userguide/application_plugin.html

Describe alternatives you've considered

Adding maxHeapSize (or jvmArg) option to allure-gradle plugin.
It won't help for those who call allure commandline directly.

Additional context

allure-gradle tests fail with OOM: allure-framework/allure-gradle#94

@vlsi vlsi added the type:new feature Change that add something new for end users label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:new feature Change that add something new for end users
Projects
None yet
Development

No branches or pull requests

1 participant