Skip to content

Commit

Permalink
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
  • Loading branch information
wolfs committed Feb 24, 2023
1 parent f2787c8 commit aca9fe4
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 aca9fe4

Please sign in to comment.