Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@major
Created October 12, 2018 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save major/d4a5cacdbad56a437af855ab4dfb126f to your computer and use it in GitHub Desktop.
Save major/d4a5cacdbad56a437af855ab4dfb126f to your computer and use it in GitHub Desktop.
Getting accurate cgroup CPU core counts in OpenShift
CPU_SHARES=$(cat /sys/fs/cgroup/cpu/cpu.shares)
export RPM_BUILD_NCPUS=$(expr $CPU_SHARES / 1024)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment