Skip to content

Instantly share code, notes, and snippets.

@yuanying
Created October 30, 2014 00:23
Show Gist options
  • Save yuanying/a2a784953b4d117a822c to your computer and use it in GitHub Desktop.
Save yuanying/a2a784953b4d117a822c to your computer and use it in GitHub Desktop.
Vagrantfile Example
# VMware Fusion
config.vm.provider "vmware_fusion" do |vmware, override|
override.vm.box = "trusty64_fusion"
... snip ...
vmware.vmx["memsize"] = "6144"
vmware.vmx["numvcpus"] = "2"
vmware.vmx["vhv.enable"] = "TRUE"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment