Skip to content

Commit

Permalink
Use MaxMetaspaceSize
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Oct 23, 2023
1 parent 2daaf0b commit 72ad67f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
org.gradle.jvmargs=-Xmx3g \
-XX:+HeapDumpOnOutOfMemoryError \
-Dfile.encoding=UTF-8 \
-XX:+UseParallelGC
-XX:+UseParallelGC \
-XX:MaxMetaspaceSize=1g

org.gradle.caching=true
org.gradle.configureondemand=true
Expand Down

0 comments on commit 72ad67f

Please # to comment.