Date: Sat, 13 Jan 2024 18:43:47 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276299] Write performance to NFS share is ~4x slower than on 13.2 Message-ID: <bug-276299-227-xrxOmKR5su@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276299-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276299 --- Comment #3 from dmilith <dmilith@me.com> --- (In reply to Vladimir Druzenko from comment #2) >From the server: vfs.nfsd.srvmaxio: 1048576 vfs.nfsd.maxthreads: 64 I've tried with 128 threads before, but that changed nothing. The server is… close to being idle during the transfer. >From the btop I only see "intr" and "nfsd: server" subprocess… But both use up to 15% CPU per process. Load is 0.7 Dropped the "sync" option on clients, and added "readahead=16". That caused the write to speed up from 6MiB/s to 8MiB/s. Should I consider modifying /boot/loader.conf to add: "vfs.maxbcachebuf=1048576" there? It's mentioned in the 14.0 release docs. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276299-227-xrxOmKR5su>
