1.0.3 • Published 4 years ago
get_cpus_length v1.0.3
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_lengthor
yarn add get_cpus_lengthwhy
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.