Joined February 2012
·

Patrick Connolly

Myplanet Digital
·
Toronto, ON, Canada
·
·
·

Posted to Vagrantfile. Set memory and CPU over 1 year ago

@swrobel As far as I know, sysctl -n hw.ncpu shows the virtual CPU count, but vbox can only go as high as the physical cores, which is sysctl -n hw.physicalcpu_max :)

Posted to capistrano + vagrant over 1 year ago

You has this line:

# vagrant ssh-config > .ssh/config, change "Host default" to "Host vagrant"

You could instead config.vm.define = "vagrant" and now it will use that instead of default :)

Achievements
118 Karma
0 Total ProTip Views