https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249871
--- Comment #6 from Rick Macklem ---
One additional thing you could do is:
# vmstat -z | fgrep mbuf_cluster
on the server when it is under heavy load,
to see if it is running out of mbuf clusters.
(Theoretically the NFS server should keep
To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249871
--- Comment #5 from Jason W. Bacon ---
Disabling debug.vfscache didn't help.
Adding the patch will take a little more doing, as this is a production system.
I'll try reproducing the problem on a private test cluster first, maybe later
thi