Increase min memory of vagrant to 3GB to fix out-of-memory errors on dev:setup
The command ~/gitlab-development-kit/gitlab$ bundle exec rake dev:setup
fails with an out of memory error. Increase the min memory configured in
the Vagrant virtual machine from 2GB to 3GB.
addresses #48 (closed)