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

Commit

Permalink
Lower memory limit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm committed Nov 8, 2018
1 parent eab965d commit 8585295
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 @@ -8,7 +8,7 @@ jobs:

environment:
TERM: dumb
JAVA_TOOL_OPTIONS: -Xmx3096m
JAVA_TOOL_OPTIONS: -Xmx1024m
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2
GRADLE_MAX_TEST_FORKS: 2

Expand Down

0 comments on commit 8585295

Please sign in to comment.