Skip to content

Commit

Permalink
build: bump JVM to 4GB heap
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 2, 2024
1 parent d65968d commit f00ceca
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 @@ -9,7 +9,7 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx3072M -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4092M -Dfile.encoding=UTF-8

# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
Expand Down

0 comments on commit f00ceca

Please sign in to comment.