Nfs – Default rsize and wsize for nfs v3

nfs

The /etc/fstab entry used by my nfs client is
{server_ip}:/home/{server_user}/{server_path} /home/{client_user}/{client_path}

I wanted to know the rsize and wsize values used by default. I wanted to try out some benchmarks with
various values smaller and larger than the default values so that i can arrive at an optimum value for
my read heavy setup.

Best Answer

Don't modify rsize and wsize. Recent NFS servers and clients will work out the best value for you and will probably do a better job than you would as well. :)