[mythtv-users] Streaming better than NFS

Roger Heflin rogerheflin at gmail.com
Wed Apr 2 18:01:12 UTC 2008


Brad DerManouelian wrote:
> Brian Foddy wrote:
>> My NFS mounting params:
>> rsize=8192,wsize=8192,hard,intr,nfsvers=3,actimeo=0,tcp
> 
> I have good luck with these settings:
> intr,soft,rsize=16384,wsize=16384,nfsvers=3,tcp
> 
> I also have gigabit ethernet with jumbo frames, so I'm not sure what it 
> would do on a network without that.
> 
> -Brad
>

soft is never a good idea, if anything goes wrong on your network the 
application will be given an IO error and data *WILL* be lost, it is much better 
to hang and not lose any data.

Also, rsize=32768,wsize=32768 are decent options, or let it default, you can 
check what option is being used by doing "cat /proc/mounts", almost always the 
defaults will be higher than 8192 or 16384, neither of those options have ever 
been used for NFS tuning except in the case of networking issues causing 
excessive packet loss, and in that case smaller [rw]size is better, but it is 
better to find an fix the networking issue if possible.

                   Roger


More information about the mythtv-users mailing list