From 1beb2edb64d41c5fe717712f1235c673c93983f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 2 Aug 2021 11:25:43 +0200 Subject: [PATCH] package/ci: I'm tired of Emscripten builds randomly failing. Let's reduce the parallelism even more. SIGH. --- package/ci/circleci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 0a7e6b3ae..608a01e0d 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -55,8 +55,8 @@ commands: count: type: integer # It reports 36 cores and ninja goes with 38 currently, still randomly - # dies with 32. RAM fluctuates from 10 to 20 GB. - default: 24 + # dies with 24. RAM fluctuates from 10 to 20 GB. + default: 16 steps: - run: name: Query CPU cores, default Ninja parallelism and available RAM, cap jobs