Skip to content

Commit

Permalink
VPC: Increase CPU Cap For Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Sep 4, 2024
1 parent 0d5816d commit e2d6080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/vagrant/Vagrantfile.Win2022.Adopt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
v.gui = false
v.memory = 8192
v.cpus = 2
v.customize ["modifyvm", :id, "--cpuexecutioncap", "50"]
v.customize ["modifyvm", :id, "--cpuexecutioncap", "60"]
end
config.vm.boot_timeout = 600
end

0 comments on commit e2d6080

Please sign in to comment.