xforty / vagrant-drupal

Template repo for a new drupal project built on top of a vagrant vm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance improvements for 0.2.0

dkingofpa opened this issue · comments

  1. Set vm to use virtual network interfaces.
  2. Set vm to turn off host i/o caching.

I am definitely convinced the virtio driver for network makes sense as it does in the KVM community. Rereading:

http://www.virtualbox.org/manual/ch05.html#iocaching

I am convinced turning this off also makes sense. Similar in KVM it is recommended you set the cache mode to none. This prevents the hosts from caching.