Subject: Re: nfs performance
To: Daniel Carosone <dan@geek.com.au>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 02/10/2004 15:38:59
Daniel Carosone <dan@geek.com.au> writes:

> While a 2k blocksize is certainly not optimal, it's also a strange
> size wrt ethernet frames.  Out of curiosity, try something like 1400

I think this number comes up because NICs tend to have power-of-2
sized memory, and 2k is (was?) a common number for cheap NICs. So a
full-sized packet and a fragment that fit into the 2k is less of a
problem than a more-than-2k-total burst of fragments, and perhaps the
fragmentation isn't much of a problem in the local network situation.

        - Nathan