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

Commit

Permalink
Reduce memory of test runners again
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 16, 2019
1 parent 0de027c commit 8a5bab8
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: -Xmx1024m
JAVA_TOOL_OPTIONS: -Xmx768m
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2
GRADLE_MAX_TEST_FORKS: 2

Expand Down

0 comments on commit 8a5bab8

Please sign in to comment.