Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 81b7719

Browse files
committed
try using minimal paravirtualization provider to avoid cpu lockups
1 parent 23e681d commit 81b7719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packer/templates/vagrant-local.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Vagrant.configure('2') do |config|
1010
vbox.customize ['modifyvm', :id, '--cpus', VM_CORES]
1111
vbox.customize ['modifyvm', :id, '--natdnshostresolver1', 'on']
1212
vbox.customize ['modifyvm', :id, '--natdnsproxy1', 'on']
13+
vbox.customize ['modifyvm', :id, '--paravirtprovider', 'minimal']
1314
end
1415

1516
[:vmware_fusion, :vmware_desktop, :vmware_workstation].each do |provider|

0 commit comments

Comments
 (0)