Skip to content

Commit 0b359bc

Browse files
author
John Qualls
authored
Remove broken jvm arg since upgrade to java 11 (#65)
1 parent 3d0acbc commit 0b359bc

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
@@ -27,7 +27,7 @@ aliases:
2727
docker:
2828
- image: circleci/android:api-28-node
2929
environment:
30-
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
30+
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
3131

3232
- &integration-test-defaults
3333
working_directory: *workspace

0 commit comments

Comments
 (0)