mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
increase upper limit of heap memory
otherwise ./gradlew clean assemble --refresh-dependencies threw e: java.lang.OutOfMemoryError: GC overhead limit exceeded Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
60944c2312
commit
d8e349d0b0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
# Specifies the JVM arguments used for the daemon process.
|
# Specifies the JVM arguments used for the daemon process.
|
||||||
# The setting is particularly useful for tweaking memory settings.
|
# The setting is particularly useful for tweaking memory settings.
|
||||||
org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
|
org.gradle.jvmargs=-XX:MaxHeapSize\=4096m -Xmx4096m
|
||||||
org.gradle.dependency.verification.console=verbose
|
org.gradle.dependency.verification.console=verbose
|
||||||
|
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
Loading…
Reference in a new issue