get_cpus_length
v1.0.3
Published
Solve the problem of Not correct os.cpus().length inside the docker container with cpus limited.
Downloads
144
Maintainers
Readme
get_cpus_length
Get os.cpus().length to match Linux container CPU quota.
const getCpusLength = require("get_cpus_length");
+ console.log("CpusLength: ", getCpusLength());
- console.log("CpusLength: ", require("os").cpus().length);
Installing
npm install get_cpus_length
or
yarn add get_cpus_length
why
When your kubernetes is set up Resource Management for Pods and Containers, this problem occurs Not correct os.cpus().length inside the docker container with cpus limited. #28762.