Skip to content

Commit

Permalink
Add -XX:MaxMetaspaceSize=256m to org.gradle.jvmargs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbogdanova committed Nov 14, 2024
1 parent 525176b commit c9ad8a9
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 @@ -11,7 +11,7 @@ version=3.0.2-SNAPSHOT
# gradle
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx10g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:HeapDumpPath=./oom_dump.hprof
org.gradle.jvmargs=-Xmx10g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=256m -XX:HeapDumpPath=./oom_dump.hprof
org.gradle.parallel=true

# kotlin
Expand Down

0 comments on commit c9ad8a9

Please sign in to comment.