Skip to content

Commit

Permalink
Merge pull request #50 from syxc/kotlin-2.0
Browse files Browse the repository at this point in the history
Update `org.gradle.jvmargs`
  • Loading branch information
syxc authored Jul 12, 2024
2 parents e3752ba + 3171ce0 commit 3895cb8
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
@@ -1,5 +1,5 @@
# Gradle
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
org.gradle.jvmargs=-Xmx4096m -Xms1024m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
Expand Down

0 comments on commit 3895cb8

Please sign in to comment.