Skip to content
Snippets Groups Projects
Commit 7f62b7d3 authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Leave the default cpus to 1 as before

parent 234bd80a
No related branches found
No related tags found
2 merge requests!396Support QEmu local grid,!384update production
......@@ -22,8 +22,9 @@ Vagrant.configure("2") do |config|
# Tune LibVirt/QEmu guests
config.vm.provider :libvirt do |domain|
# One CPU should work
domain.cpus = 1
# The default of one CPU should work
# Increase to speed up boot/push/deploy
# domain.cpus = 1
# To use the self-updating deployment system you need more memory. Giving
# all of the VMs enough memory for this is rather taxing, though, and the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment