Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2023 17:21:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 267631] slow nfs from FreeBSD guest/client to linux host/server
Message-ID:  <bug-267631-3630-TiE8E198S6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267631-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267631-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267631

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Try mount_nfs -o readahead=3D16.
Just tested and got 540+MBytes/s read bandwidth via 10GE.
Without readahead =3D=3D readahead=3D1: 63
readahead=3D2: 95
readahead=3D4: 159
readahead=3D8: 280
readahead=3D16: 540

16 is the maximum:
src/sys/fs/nfs/nfs.h:#define  NFS_MAXRAHEAD   16              /* Max. read
ahead # blocks */
But I think I can get more bandwidth if increase it.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267631-3630-TiE8E198S6>