Created
August 27, 2015 17:14
-
-
Save yifanz/17457ae1212634bc5ebd to your computer and use it in GitHub Desktop.
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
# https://communities.vmware.com/docs/DOC-8970 | |
config.vm.provider "vmware_fusion" do |v| | |
# Enable hardware virtualization in vmware fusion | |
v.vmx["vhv.enable"] = "TRUE" | |
# Maybe needed for KVM | |
v.vmx["vcpu.hotadd"] = "FALSE" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment