double job setting agian
This commit is contained in:
parent
a067758474
commit
8bbe18055f
2 changed files with 2 additions and 2 deletions
|
@ -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 ./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
|
RUN make install
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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:
|
Our runner is given these resources:
|
||||||
- 64 GB DDR4
|
- 64 GB DDR4
|
||||||
- 128 vcores passed as EPYC 7763 (host) using NUMA
|
- 128 vcores passed as EPYC 7763 (host) using NUMA
|
||||||
|
|
Loading…
Add table
Reference in a new issue