Skip to content

Commit

Permalink
chore: increase jvm heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Oct 22, 2024
1 parent b46a40e commit 6a4d807
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 @@ -13,5 +13,5 @@
#Mon Dec 05 10:05:18 IST 2022
android.nonTransitiveRClass=true
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1024M -Dkotlin.daemon.jvm.options\="-Xmx1024M" -Dfile.encoding\=UTF-8
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
android.useAndroidX=true

0 comments on commit 6a4d807

Please sign in to comment.