Skip to content

Commit

Permalink
Enable and disable the nested Vagrant option, run the "vertx" benchma…
Browse files Browse the repository at this point in the history
…rk in Vagrant, and see that there isn't much difference in the results
  • Loading branch information
ShreckYe committed Nov 1, 2024
1 parent f7722e8 commit 3e5d766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Vagrant.configure("2") do |config|
vb.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
vb.cpus = 24
vb.memory = 24576
vb.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
vb.customize ['modifyvm', :id, '--nested-hw-virt', 'on'] # This doesn't make much difference.
end

end

0 comments on commit 3e5d766

Please sign in to comment.