We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a3fe1 commit 2ec9aa8Copy full SHA for 2ec9aa8
.circleci/config.yml
@@ -23,7 +23,7 @@ android_defaults: &android_defaults
23
environment:
24
- TERM: "dumb"
25
- ADB_INSTALL_TIMEOUT: 10
26
- - _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
+ - _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
27
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
28
- BUILD_THREADS: 2
29
0 commit comments