Skip to content

Commit 5a2e612

Browse files
kartbenfabiobaltieri
authored andcommitted
doc: ci: reduce documentation build job count
Reduce the number of parallel jobs for documentation build since we use GH-hosted runner with only 4 vCPUs and 16GiB of RAM. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent f30dec4 commit 5a2e612

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ env:
1818
# so we fetch that through pip.
1919
CMAKE_VERSION: 3.20.5
2020
DOXYGEN_VERSION: 1.12.0
21-
# Job count is set to 2 less than the vCPU count of 16 because the total available RAM is 32GiB
22-
# and each sphinx-build process may use more than 2GiB of RAM.
23-
JOB_COUNT: 14
21+
JOB_COUNT: 4
2422

2523
jobs:
2624
doc-file-check:

0 commit comments

Comments
 (0)