taiga-vagrant
taiga-vagrant copied to clipboard
Issue 4724: vagrant box defines more cpus than available on host
https://github.com/hashbangcode/vlad/issues/350
nproc includes both real cores and hyperthreaded or psuedo-cores but VirtualBox can only use real cores as CPUs for Vitualization purposes. Most people are now using nproc divided by 2, as a reasonable default value when auto detecting CPUs in a Vagrantfile