Open JuanitoFatas opened 9 years ago
Possible solution to this: Enable Synced folder NFS:
Vagrant.configure("2") do |config| # ... config.vm.synced_folder ".", "/vagrant", type: "nfs" end
This has been an issue for some of the students in this batch too.
let me know how NFS works out for you (or now). last time, it was very slow :-(
Possible solution to this: Enable Synced folder NFS: