Skip to content

Commit

Permalink
circleci: Bump down thread count
Browse files Browse the repository at this point in the history
It appears that our jobs generally run on VMs with 2 vCPUs. Consequently running
with 8 jobs will completely oversubscribe the machine. I suspect this is the
cause of #14453. Let's bump this down to 3 for now. Ideally we would determine
this from the environment.
  • Loading branch information
bgamari committed Nov 11, 2017
1 parent 426af53 commit 5f158bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -22,7 +22,7 @@ aliases:
name: submodules
command: .circleci/fetch-submodules.sh
- &buildenv
THREADS: 8
THREADS: 3
SKIP_PERF_TESTS: YES
VERBOSE: 2
- &boot
Expand Down

0 comments on commit 5f158bc

Please sign in to comment.