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

Tweak Gradle memory settings to mitigate OOMs on bincompat checks #1583

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

PawelLipski
Copy link
Collaborator

No description provided.

@PawelLipski PawelLipski added this to the v3.6.1 milestone Feb 22, 2023
@PawelLipski PawelLipski self-assigned this Feb 22, 2023
@PawelLipski PawelLipski linked an issue Feb 22, 2023 that may be closed by this pull request
@PawelLipski PawelLipski added bug Something isn't working ci labels Feb 22, 2023
@PawelLipski PawelLipski force-pushed the fix/1582-ci-oom branch 2 times, most recently from 20cec8d to 9ff560b Compare February 24, 2023 11:36
@PawelLipski PawelLipski marked this pull request as ready for review February 25, 2023 17:24
@@ -107,7 +107,7 @@ Additional setup:

To build the project, run `./gradlew build`. Please note that for the initial build attempt, you might need to add the `--info` option, in order to respond to the prompt of accepting Gradle Terms of Service.

Currently, very generous maximum heap size options are applied for Gradle's Java compilation tasks (search for `-Xmx` in [build.gradle.kts](build.gradle.kts)). <br/>
Currently, quite generous maximum heap size options are applied for Gradle's Java compilation tasks (search for `-Xmx` in [build.gradle.kts](build.gradle.kts)). <br/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

@PawelLipski PawelLipski merged commit 38a6d50 into develop Feb 25, 2023
@PawelLipski PawelLipski deleted the fix/1582-ci-oom branch February 25, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI builds sporadically failing, probably OOM
2 participants