netgen / vagrant-ansible-ezpublish

Vagrant setup with Ansible provisioner configured for running eZ Publish projects
https://netgen.io
MIT License
23 stars 12 forks source link

Add Swapfile to config #37

Closed dfritschy closed 6 years ago

dfritschy commented 7 years ago

Thanks for providing this setup!

Obviously the VM is configured with limited RAM (2GB) and without a swapfile, which can lead to composer complaining about it. Would be nice if you could add a 4GB swapfile to the configuration.

vranac commented 7 years ago

Adding swap would be a waste of time and resources, as it would mean messing with the box image, with questionable results. What we will do, is to increase the ram to 4GB.

emodric commented 6 years ago

Replaced by https://github.com/netgen/vagrant-ansible-ezplatform, which has 4GB RAM by default.