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

Increase gradle build memory to 2 GB #4868

Merged
merged 1 commit into from Jun 29, 2020

Conversation

blakehurlburt
Copy link
Contributor

Full builds of atlasdb sometimes fail due to gradle running out of memory. The gradle wrapper does not allow passing JVM arguments for the build VM on the command-line, so it must be done in gradle.properties instead. Increasing the maximum amount of memory that can be allocated from the default of 512M to 2G.

Full builds of atlasdb sometimes fail due to gradle running out of memory. The gradle wrapper does not allow passing JVM arguments for the build VM on the command-line, so it must be done in gradle.properties instead. Increasing the maximum amount of memory that can be allocated from the default of 512M to 2G.
@jeremyk-91
Copy link
Contributor

build passes in #4872

@jeremyk-91 jeremyk-91 merged commit c358803 into palantir:develop Jun 29, 2020
@blakehurlburt blakehurlburt deleted the patch-1 branch June 29, 2020 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants