mirror of https://github.com/BOINC/boinc.git
Add JVM argument with memory limit.
This commit is contained in:
parent
e4ab059e39
commit
93086b46e5
|
@ -1,2 +1,3 @@
|
|||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx4096m
|
Loading…
Reference in New Issue