Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Increase Gradle daemon memory size #16348

Closed
st3fan opened this issue Nov 3, 2020 · 0 comments · Fixed by #16349
Closed

Increase Gradle daemon memory size #16348

st3fan opened this issue Nov 3, 2020 · 0 comments · Fixed by #16349
Assignees
Labels
eng:automation Build automation, Continuous integration, .. eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer

Comments

@st3fan
Copy link
Contributor

st3fan commented Nov 3, 2020

Recently we have been running out of memory during test tasks.

Let's try to increase the Gradle memory size in gradle.properties a bit to see if these problems go away. We run on 16GB instances so we have quite a bit of room. To keep this laptop friendly, the suggestion is to increase to 6GB for now.

org.gradle.jvmargs=-Xmx6144m

We may be running out of memory because we have more tests or more complicated tests, but it is also entirely possible that we have a legit memory leak in our tests or the surrounding test infrastructure.

See also

Also uplift to the Release and Beta branches.

┆Issue is synchronized with this Jira Task

@st3fan st3fan added 🐞 bug Crashes, Something isn't working, .. eng:automation Build automation, Continuous integration, .. eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer and removed 🐞 bug Crashes, Something isn't working, .. labels Nov 3, 2020
@github-actions github-actions bot added the needs:triage Issue needs triage label Nov 3, 2020
@st3fan st3fan self-assigned this Nov 3, 2020
@st3fan st3fan removed the needs:triage Issue needs triage label Nov 3, 2020
@st3fan st3fan linked a pull request Nov 3, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
eng:automation Build automation, Continuous integration, .. eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant