Hacker News new | ask | show | jobs
by vinceguidry 4290 days ago
I tried using Vagrant on my company Macbook but found it much slower than just running everything on OSX. Does anyone have any tips for improving the performance?
2 comments

If you haven't tried it with NFS that'd be the first place to start, it makes a _huge_ difference.
File I/O is the big bottleneck. For our python/front-end stuff it's a dream (We use Vagrant+ansible). We have a Java portion as well and getting decent compilation performance has thus far been impossible.