Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2024 19:11:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 279737] mpi3mr running out of chain in 14.1-RELEASE
Message-ID:  <bug-279737-227-hRbjx9gZiF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279737-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279737-227@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=3D279737

Kenneth D. Merry <ken@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #3 from Kenneth D. Merry <ken@FreeBSD.org> ---
Running out of chain frames is generally just a symptom of having a lot of =
I/O
going in parallel.  In and of itself, that isn't a bad thing.

The difference between 14.0 and 14.1 is probably just how hard the system is
pushing the controller.

You set the maximum number of chain frames to 16384, but that is actually t=
he
default value in FreeBSD/head.  Assuming it is the same in 14, that means
nothing actually changed with the loader tunable.

Try going to 32768 and see if that fixes it.  It probably will, but if not,
double it again and see if that works.

--=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-279737-227-hRbjx9gZiF>