mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 20:33:05 +00:00
update JVMopts
This commit is contained in:
parent
22c6c8b586
commit
af5369c4d1
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ jobs:
|
|||
docker:
|
||||
- image: circleci/android:api-28
|
||||
environment:
|
||||
JVM_OPTS: -Xmx3200m
|
||||
JVM_OPTS: -XX\:MaxHeapSize\=2048m -Xmx1536m
|
||||
MODULE: touch
|
||||
FLAVOR1: Prod
|
||||
FLAVOR2: NoFree
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
android.enableR8=false
|
||||
org.gradle.jvmargs=-XX\:MaxHeapSize\=2048m -Xmx1536m
|
||||
android.enableR8=true
|
Loading…
Reference in a new issue