hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Ensure allocated CPUs do not exceed physical cores #351

Closed christopher-hopper closed 8 years ago

christopher-hopper commented 8 years ago

VirtualBox 4.3+ uses physical cores for virtualisation, not threaded cores. For most Linux hosts using an Intel x86_64 chipset the number of real cores will be half the number reported by nproc.

See issue #350