Skip to content

Commit

Permalink
Bumped resources given to the Develop Vagrant machine
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Mar 21, 2020
1 parent eba782c commit 76dc5e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-tools/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ Vagrant.configure("2") do |config|
config.vm.network "private_network", ip: network_address

config.vm.provider "virtualbox" do |vb|
vb.cpus = 2
vb.gui = false
vb.memory = "4096"
vb.memory = "6144"
end

config.vm.provision "shell", env: env_vars, inline: <<-SHELL
Expand Down

0 comments on commit 76dc5e4

Please sign in to comment.