Skip to content

Instantly share code, notes, and snippets.

@paulschwarz
Forked from ciastek/gist:2776416
Created May 23, 2012 17:15
Show Gist options
  • Save paulschwarz/2776456 to your computer and use it in GitHub Desktop.
Save paulschwarz/2776456 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", 1]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment