[commit: ghc] master: circleci: Bump down thread count (5f158bc)

git at git.haskell.org git at git.haskell.org
Sat Nov 11 16:47:00 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5f158bc1a7eedf8680f4a1e612ca34daa05e0029/ghc

>---------------------------------------------------------------

commit 5f158bc1a7eedf8680f4a1e612ca34daa05e0029
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Nov 11 11:45:37 2017 -0500

    circleci: Bump down thread count
    
    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.


>---------------------------------------------------------------

5f158bc1a7eedf8680f4a1e612ca34daa05e0029
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index c35ac21..b2e59eb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,7 +22,7 @@ aliases:
       name: submodules
       command: .circleci/fetch-submodules.sh
   - &buildenv
-    THREADS: 8
+    THREADS: 3
     SKIP_PERF_TESTS: YES
     VERBOSE: 2
   - &boot



More information about the ghc-commits mailing list