Skip to content

Commit

Permalink
Merge pull request #24032 Increase metaspace for Gradle daemon
Browse files Browse the repository at this point in the history
We saw the Gradle daemon running out of metaspace on 8.1 versions. Let's increase metaspace to avoid this.
The problem is probably related to #23698.

Co-authored-by: Stefan Wolf <wolf@gradle.com>
  • Loading branch information
bot-gradle and wolfs committed Feb 24, 2023
2 parents f2787c8 + aca9fe4 commit cc8baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true

Expand Down

0 comments on commit cc8baf6

Please sign in to comment.