Skip to content

Commit c75566d

Browse files
committed
Increase vagrant controller RAM to 2G, closes #336.
1 parent f34ea7d commit c75566d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ Vagrant.configure("2") do |config|
1111
# IP will be associated to 'deis-controller.local' using avahi-daemon
1212
config.vm.network :private_network, ip: "192.168.61.100"
1313

14-
# The Deis Controller requires at least 1G of RAM to install.
15-
# You may be able to run it with less once it's installed.
14+
# The Deis Controller requires at least 2G of RAM to install.
1615
config.vm.provider :virtualbox do |vb|
17-
vb.customize ["modifyvm", :id, "--memory", "1024"]
16+
vb.customize ["modifyvm", :id, "--memory", "2048"]
1817
end
1918

2019
# 'deis provider:discover' detects the host machine's user and IP address, however, that command cannot

0 commit comments

Comments
 (0)