Skip to content

Commit

Permalink
more metaspace and no configuration cache yet #838
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers committed Dec 2, 2024
1 parent 4826c8a commit d9b0cce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions example/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ android.nonTransitiveRClass=true

# Gradle
# make sure this stays harmonized with other kaluga projects for daemon reuse
org.gradle.jvmargs=-Xmx5g -Xms256m -XX:MaxMetaspaceSize=512m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx5g -Xms256m -XX:MaxMetaspaceSize=800m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configuration-cache=true
# not possible yet for kaluga
# org.gradle.configuration-cache=true

#MPP
kotlin.mpp.enableCInteropCommonization=true
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ android.nonTransitiveRClass=true

# Gradle
# make sure this stays harmonized with other kaluga projects for daemon reuse
org.gradle.jvmargs=-Xmx5g -Xms256m -XX:MaxMetaspaceSize=512m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx5g -Xms256m -XX:MaxMetaspaceSize=800m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configuration-cache=true
# not possible yet for kaluga
# org.gradle.configuration-cache=true

#MPP
kotlin.mpp.enableCInteropCommonization=true
Expand Down

0 comments on commit d9b0cce

Please sign in to comment.