Skip to content

Commit

Permalink
adding several nfs mount params for better performance on Linux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ilukac committed Jul 27, 2017
1 parent e9e8a93 commit 6a34342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile-nfs
Expand Up @@ -47,7 +47,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
type: "nfs"
else
config.vm.synced_folder "./ezpublish", "/var/www/ezpublish",
mount_options: ["noatime,intr,rdirplus,tcp"],
mount_options: ["noatime,intr,nordirplus,nolock,async,noacl,fsc,tcp"],
type: "nfs"
end

Expand Down

0 comments on commit 6a34342

Please sign in to comment.