Skip to content

Commit

Permalink
Increase memory for Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo authored and florina-muntenescu committed Mar 8, 2019
1 parent 50e3b70 commit 0ab5e95
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:
JAVA_TOOL_OPTIONS: "-Xmx1024m"
JAVA_TOOL_OPTIONS: "-Xmx1536m"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2"
TERM: dumb

Expand Down

0 comments on commit 0ab5e95

Please sign in to comment.