Hi folks,
TL;DR -
With the latest commit, Vagrant will be noticeably slow during development.
If you want the speed boost back, run vagrant plugin install vagrant-faster
We had some Vagrant config for checking the available RAM/CPUs in your machine, and then setting the VM memory/cpus accordingly for good performance. Although the result was good,
it made the Vagrantfile ugly. So I extracted it out into a separate Vagrant plugin
vagrant-faster. It will do exactly the same - check your machine capacity and increase VM memory/cpus when possible.
- Subhas