Skip to content

Commit

Permalink
Vagrant performance tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Nov 17, 2023
1 parent 9ce14dc commit 0431ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/vagrant/Vagrantfile.Win2022
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |v|
v.gui = false
v.memory = 16384
v.cpus = 4
v.customize ["modifyvm", :id, "--cpuexecutioncap", "50"]
v.cpus = 2
# v.customize ["modifyvm", :id, "--cpuexecutioncap", "50"]
end
end

0 comments on commit 0431ef0

Please sign in to comment.