Skip to content

Commit 91b6011

Browse files
committed
Increased vagrant memory usage for virtual box to 2G
1 parent 3f8f974 commit 91b6011

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Vagrantfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Vagrant.configure(2) do |config|
1010
vmware.vmx["numvcpus"] = "2"
1111
end
1212

13+
config.vm.provider "virtualbox" do |virtualbox|
14+
virtualbox.memory = 2048
15+
virtualbox.cpus = 2
16+
end
17+
1318
config.vm.define "mo", primary: true do |mo|
1419
mo.vm.network "private_network", ip: "192.168.112.10"
1520

0 commit comments

Comments
 (0)