Skip to content

Commit b643ec4

Browse files
committed
Fixes #460: Bump www server memory from 256 to 512 MB of RAM.
1 parent da9d6ff commit b643ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lamp-infrastructure/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
3131
inline: "sudo yum update -y"
3232

3333
www1.vm.provider :virtualbox do |v|
34-
v.customize ["modifyvm", :id, "--memory", 256]
34+
v.customize ["modifyvm", :id, "--memory", 512]
3535
end
3636
end
3737

@@ -44,7 +44,7 @@ Vagrant.configure("2") do |config|
4444
inline: "sudo yum update -y"
4545

4646
www2.vm.provider :virtualbox do |v|
47-
v.customize ["modifyvm", :id, "--memory", 256]
47+
v.customize ["modifyvm", :id, "--memory", 512]
4848
end
4949
end
5050

0 commit comments

Comments
 (0)