Skip to content

Instantly share code, notes, and snippets.

@yifanz
Created August 27, 2015 17:14
Show Gist options
  • Save yifanz/17457ae1212634bc5ebd to your computer and use it in GitHub Desktop.
Save yifanz/17457ae1212634bc5ebd to your computer and use it in GitHub Desktop.
# 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