Skip to content

Instantly share code, notes, and snippets.

@ciastek
Created May 23, 2012 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ciastek/2776416 to your computer and use it in GitHub Desktop.
Save ciastek/2776416 to your computer and use it in GitHub Desktop.
Global Vagrantfile to override number of CPUs used by VM
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.customize ["modifyvm", :id, "--cpus", 2]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment