Skip to content

Commit

Permalink
Allocate 2G memory for circle builds
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer authored and nickbutcher committed Dec 2, 2019
1 parent 543bb08 commit 4f39661
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 @@ -6,7 +6,7 @@ executors:
- image: circleci/android:api-29
working_directory: ~/plaid
environment:
JAVA_TOOL_OPTIONS: "-Xmx1536m"
JAVA_TOOL_OPTIONS: "-Xmx2048m"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2"
TERM: dumb

Expand Down

0 comments on commit 4f39661

Please sign in to comment.