[Bug 279737] mpi3mr running out of chain in 14.1-RELEASE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279737] mpi3mr running out of chain in 14.1-RELEASE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jun 2024 19:11:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279737 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 the 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. -- You are receiving this mail because: You are the assignee for the bug.