From 8bbe18055fcbeef45cd26539538ea73f541ad376 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 18 Jul 2024 08:44:58 -0400 Subject: [PATCH] double job setting agian --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 787cb01..fe7b64a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR node-v${NODE_VERSION} RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store -RUN make JOBS=32 BUILDTYPE=Release +RUN make JOBS=64 BUILDTYPE=Release RUN make install diff --git a/README.md b/README.md index d627336..2f67754 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ docker run -p 1313:1313 -v .:/home/app -ti --network=host git.myco.systems/mycos Building requires docker, buildx. Nodejs is included in the ci workflow becuase of it's use in many actions scripts. -I recommend changing the option `JOBS` in the Dockerfile as the current number is optimized for a custom KVM machine that's being used as our runner. Though even at 32 the specs are under-utalized +I recommend changing the option `JOBS` in the Dockerfile as the current number is optimized for a custom KVM machine that's being used as our runner. Our runner is given these resources: - 64 GB DDR4 - 128 vcores passed as EPYC 7763 (host) using NUMA