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

chore(gradle): Fix gradle test memory allocation #4748

Merged
merged 11 commits into from
Jun 13, 2024

Conversation

jasonmcintosh
Copy link
Member

No description provided.

@@ -2,7 +2,7 @@ fiatVersion=1.45.0
korkVersion=7.224.0
kotlinVersion=1.6.21
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx6g
org.gradle.jvmargs=-Xmx4g
Copy link
Contributor

Choose a reason for hiding this comment

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

github actions still uses 6g, e.g. here.

Copy link
Contributor

Choose a reason for hiding this comment

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

There are more places (build.yml, and probably more).

Copy link
Member Author

Choose a reason for hiding this comment

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

THINK i've caught em all now...

Copy link
Contributor

Choose a reason for hiding this comment

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

One more in Dockerfile.compile...

@dbyron-sf
Copy link
Contributor

@Mergifyio update

Copy link
Contributor

mergify bot commented Jun 13, 2024

update

❌ Pull request can't be updated with latest base branch changes

Mergify needs the author permission to update the base branch of the pull request.
@armory-io needs to authorize modification on its head branch.

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Jun 13, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Jun 13, 2024
@mergify mergify bot merged commit dae26e4 into spinnaker:master Jun 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for merge target-release/1.35
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants