mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-21 20:37:55 +00:00
Reduce number of cores per VM
This commit is contained in:
parent
9384176bf2
commit
4ffa5a6afa
2
ansible/Vagrantfile
vendored
2
ansible/Vagrantfile
vendored
|
@ -11,7 +11,7 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
player.vm.network :private_network, ip: "192.168.56.#{20 + player_id}"
|
||||
player.vm.provider :virtualbox do |vb|
|
||||
vb.cpus = 4
|
||||
vb.cpus = 2
|
||||
vb.memory = 8192
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue