Skip to content

Commit 05b3738

Browse files
author
Marcel Schnelle
committed
Tweak 2
1 parent 44f0682 commit 05b3738

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
docker:
99
- image: circleci/android:api-28-alpha
1010
environment:
11-
JAVA_OPTS: -Xmx4096m
12-
GRADLE_OPTS: '-Dorg.gradle.daemon=true -Dorg.gradle.jvmargs="-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError"'
11+
GRADLE_OPTS: '-Dorg.gradle.daemon=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError"'
1312
steps:
1413
- checkout
1514
- restore_cache:

0 commit comments

Comments
 (0)