From fb328662106a1a6372de2a2bb53c58e6e2c79bc0 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 7 May 2020 09:02:23 -0400
Subject: [PATCH] Crank the dial down even further since it still gets killed
 with `--max-jobs 1`

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 61e8b23..494208c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -125,7 +125,7 @@ jobs:
             #
             # Also limit the number of concurrent jobs because of resource
             # constraints on CircleCI. :/
-            nix-build --max-jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc
+            nix-build --cores 1 --max-jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc
 
       - run:
           name: "Cache codecov"
-- 
GitLab