Created
October 30, 2014 00:23
-
-
Save yuanying/a2a784953b4d117a822c to your computer and use it in GitHub Desktop.
Vagrantfile Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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