best performance options for nfs

Romeo Theriault romeotheriault at gmail.com
Thu Apr 22 16:08:55 UTC 2010


>
> So I want to improve the performance of this nfsserver.
>
> Do you know which options are best for this? any advice ? (I have read that
> using nscd is good for it)
>


If your switch supports it you'll probably want to enable jumbo frames, mtu,
on the server, switch and the clients. It's probably also a good idea to set
your rsize ,wsize mount options to 32768. The wsize and rsize options
specify the size of the chunks of data that the client and server pass back
and forth to each other. Obviously, the more data you can transfer in one go
the better. Depending on the needs of the applications you might get a bit
of a performance boost by disabling access time updates on the nfs server.

Another performance booster for writes at the expense of possible data
corruption if a reboot were to occur during writes is the use of the async
option. This allows the server to tell the client everything was
successfully written before it actually all has.

Check out this link:

http://www.cyberciti.biz/faq/linux-unix-tuning-nfs-server-client-performance/
*
*

-- 
Romeo Theriault
System Administrator
Information Technology Services



More information about the redhat-list mailing list