Skip to content

Commit

Permalink
Update memory setting for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo committed Dec 3, 2018
1 parent 593b4ab commit 19d3333
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 @@ -9,7 +9,7 @@ references:
- image: circleci/android:api-28-alpha
working_directory: ~/plaid
environment:
JVM_OPTS: "-Xmx1536m"
JAVA_TOOL_OPTIONS: "-Xmx1024m"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2"
TERM: dumb

Expand Down

0 comments on commit 19d3333

Please sign in to comment.