diff --git a/Vagrantfile b/Vagrantfile index 9948ebdc..e388c49c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -134,7 +134,7 @@ Vagrant.configure("2") do |config| end if $share_home - config.vm.synced_folder ENV['HOME'], ENV['HOME'], id: "home", :nfs => true, :mount_options => ['nolock,vers=3,udp'] + config.vm.synced_folder ENV['HOME'], ENV['HOME'], id: "home", :nfs => true, :mount_options => ['noatime,soft,nolock,vers=3,udp,proto=udp,udp,rsize=8192,wsize=8192,namlen=255,timeo=10,retrans=3,nfsvers=3,actimeo=1'] end if File.exist?(CLOUD_CONFIG_PATH)