Skip to content

Commit 2ec9aa8

Browse files
committed
fix java option due to JDK upgrade
1 parent 00a3fe1 commit 2ec9aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android_defaults: &android_defaults
2323
environment:
2424
- TERM: "dumb"
2525
- ADB_INSTALL_TIMEOUT: 10
26-
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
26+
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
2727
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
2828
- BUILD_THREADS: 2
2929

0 commit comments

Comments
 (0)