Skip to content

Commit 18d1626

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
fix(vagrant): switch vm to 2gb of memory
1 parent c08eaf8 commit 18d1626

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Vagrant.configure("2") do |config|
1111
override.vm.box_url = "http://storage.core-os.net/coreos/amd64-usr/alpha/coreos_production_vagrant_vmware_fusion.box"
1212
end
1313

14-
# Fix docker not being able to resolve private registry in VirtualBox
1514
config.vm.provider :virtualbox do |vb, override|
15+
vb.customize ["modifyvm", :id, "--memory", "2048"]
16+
# Fix docker not being able to resolve private registry in VirtualBox
1617
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
1718
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
1819
end

0 commit comments

Comments
 (0)