Skip to content

Commit

Permalink
fix(build): Increase MaxMetaspaceSize (#13441)
Browse files Browse the repository at this point in the history
Because the groovydoc task got OutOfMemory java.lang.OutOfMemoryError: Metaspace
  • Loading branch information
matrei authored Mar 27, 2024
1 parent f24a6a2 commit 816a207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ viewsVersion=3.1.1
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=512M
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=768M

0 comments on commit 816a207

Please sign in to comment.