TAG: Vagrant

The ClanCats blog, no super fancy layout just all sort of information, stories and thoughts about coding, clancats and my other projects.

Navigation

3 Vagrant settings you should check out to optimize your VM.

About a month ago I started switching my local environment to a Vagrant VM. ( I know im pretty late. ) Im still a vagrant noob but there are 3 things i've learned so far. Use NFS ( Network File System ) The default synced_folder driver (VirtualBox) works well until you start importing a bigger project. If you have more than about 100 files the performance is going suck. But there is a solution! By simply configuring the synced…