Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Reverting GRADLE_OPTS to just include memory settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook committed Jun 19, 2019
1 parent e8ef59e commit 3c41d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaults: &defaults
- image: circleci/android:api-28
environment:
JVM_OPTS: -Xmx3200m
GRADLE_OPTS: -Xmx3200m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
GRADLE_OPTS: -Xmx3200m

version: 2.1
jobs:
Expand Down

0 comments on commit 3c41d46

Please sign in to comment.