Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 14:02:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 277197] NFS is much too slow at 10GbaseT
Message-ID:  <bug-277197-3630-IElChm4jfF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277197-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277197-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=3D277197

Rick Macklem <rmacklem@FreeBSD.org> changed:

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

--- Comment #1 from Rick Macklem <rmacklem@FreeBSD.org> ---
You could try these mount options:
nconnect=3D4 (or 8) on the NFSv4 mount only
  (doesn't work for NFSv3)
readahead=3D4 (or 8)

You can also try bumping up the rsize/wsize.
For the server, set
bfs_server_maxio=3D1048576
in it's /etc/rc.conf.

For the client, set
vfs.maxbcachebuf=3D1048576
in it's /boot/loader.conf.

A mount done after these changes should
default to rsize=3D1048576,wsize=3D1048576
(you can then try 256K using the rsize and wsize
 mount options).

--=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-277197-3630-IElChm4jfF>