We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd3a6a commit 0a5012bCopy full SHA for 0a5012b
Vagrantfile
@@ -17,6 +17,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
17
# virtual box name
18
config.vm.provider "virtualbox" do |v|
19
v.name = "phpfpm_5-6-apache_2-4"
20
+ v.memory = 4096
21
+ v.cpus = 2
22
end
23
24
# run script as root
0 commit comments