pho-incubator / pho-server-php

Pho is an open source online community platform.
http://www.phonetworks.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

delete 1536MB form Vagrantfile #2

Open ksolotl opened 7 years ago

ksolotl commented 7 years ago

Now in Vagrantfile added following

 config.vm.provider "virtualbox" do |v|
    v.memory = 1536
  end

We should delete it in future.

esokullu commented 7 years ago

labeled bug because not everyone has 1.5GB dedicated to a test vm.

ksolotl commented 7 years ago

b3fba45