Skip to content

Commit

Permalink
Update gradle options
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Feb 1, 2025
1 parent 37ab43b commit d1f44cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

org.gradle.jvmargs=-Xmx2g \
org.gradle.jvmargs=-Xmx4g \
-XX:+HeapDumpOnOutOfMemoryError \
-Dfile.encoding=UTF-8 \
-XX:+UseParallelGC \
-XX:MaxMetaspaceSize=1g
-XX:+UseParallelGC
kotlin.daemon.jvmargs=-Xmx2g -XX:+UseParallelGC

org.gradle.caching=true
Expand Down

0 comments on commit d1f44cc

Please sign in to comment.