Skip to content

Commit

Permalink
Bump max heap size to 4g
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 14, 2024
1 parent 949ec15 commit 89538c6
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 @@ -7,7 +7,7 @@ android.nonFinalResIds=false
kotlin.code.style=official

org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g
org.gradle.parallel=true
# Enable configuration cache
org.gradle.configuration-cache=true

0 comments on commit 89538c6

Please sign in to comment.