We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9d6ff commit b643ec4Copy full SHA for b643ec4
lamp-infrastructure/Vagrantfile
@@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
31
inline: "sudo yum update -y"
32
33
www1.vm.provider :virtualbox do |v|
34
- v.customize ["modifyvm", :id, "--memory", 256]
+ v.customize ["modifyvm", :id, "--memory", 512]
35
end
36
37
@@ -44,7 +44,7 @@ Vagrant.configure("2") do |config|
44
45
46
www2.vm.provider :virtualbox do |v|
47
48
49
50
0 commit comments