Skip to content

Commit 476524f

Browse files
bvanasschekawasaki
authored andcommitted
tests/srp/rc: Reduce the number of channels
Login failures have been observed with the default number of channels (ch_count) and dynamic debug enabled on a system with a large number of CPU cores (72). Hence reduce the number of channels. Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
1 parent 147adf9 commit 476524f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tests/srp

tests/srp/rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ use_blk_mq() {
9292
shift
9393
shift
9494
kmod_params=(
95+
ch_count=4
9596
indirect_sg_entries=2048
9697
"$@"
9798
)

0 commit comments

Comments
 (0)