Skip to content

NFS ? #177

Open
Open
NFS ?#177
@fredericpfisterer

Description

@fredericpfisterer

I've found out that if you switch to NFS you get a speed bump in term of performance.

All you need to do is replace these two lines in your vagrantfile :

config.vm.synced_folder ".", "/vagrant",:mount_options => ['dmode=755', 'fmode=644'] config.vm.synced_folder _conf['sync_folder'], _conf['document_root'], :create => "true", :mount_options => ['dmode=755', 'fmode=644']
by
config.vm.synced_folder ".", "/vagrant", type: "nfs" config.vm.synced_folder _conf['sync_folder'], _conf['document_root'], type: "nfs"

I'm wondering why it's not setup by default.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions