We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f0682 commit 05b3738Copy full SHA for 05b3738
.circleci/config.yml
@@ -8,8 +8,7 @@ jobs:
8
docker:
9
- image: circleci/android:api-28-alpha
10
environment:
11
- JAVA_OPTS: -Xmx4096m
12
- GRADLE_OPTS: '-Dorg.gradle.daemon=true -Dorg.gradle.jvmargs="-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError"'
+ GRADLE_OPTS: '-Dorg.gradle.daemon=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError"'
13
steps:
14
- checkout
15
- restore_cache:
0 commit comments