Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrects error in kubernetes@19224de on linux cpus with hyperthreading (we need to pass the results of `cat /proc/cpuinfo | grep 'core id'` through uniq before counting the lines). Also checks that we found more than 0 lines (cores) and defaults to the result of nproc in case we didn't (necessary for processors without the core id field, so far only observed on a raspberry pi).
- Loading branch information