Skip to content

Commit

Permalink
Edit jvm args
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Aug 29, 2023
1 parent dd1516e commit 76a6089
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
@@ -1,5 +1,6 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.jvmargs=-Xms8g -Xmx8g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
kotlin.daemon.jvmargs=-Xms4g -Xmx4g -XX:+UseParallelGC

#Kotlin
kotlin.code.style=official
Expand Down

0 comments on commit 76a6089

Please sign in to comment.