Skip to content

Commit 0a5012b

Browse files
Update Vagrantfile
1 parent 6bd3a6a commit 0a5012b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1717
# virtual box name
1818
config.vm.provider "virtualbox" do |v|
1919
v.name = "phpfpm_5-6-apache_2-4"
20+
v.memory = 4096
21+
v.cpus = 2
2022
end
2123

2224
# run script as root

0 commit comments

Comments
 (0)