Skip to content

Commit d5ecf99

Browse files
committed
FST: Increase number of ITS trackers for pp
1 parent a84abb6 commit d5ecf99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ elif [[ $EPNPIPELINES != 0 ]]; then
223223
N_TPCENT=$(math_max $((3 * $EPNPIPELINES * $NGPUS / 4)) 1)
224224
N_TPCITS=$(math_max $((3 * $EPNPIPELINES * $NGPUS / 4)) 1)
225225
if [[ $BEAMTYPE == "pp" ]]; then
226-
N_ITSTRK=$(math_max $((4 * $EPNPIPELINES * $NGPUS / 4)) 1)
226+
N_ITSTRK=$(math_max $((6 * $EPNPIPELINES * $NGPUS / 4)) 1)
227227
else
228228
N_ITSTRK=$(math_max $((2 * $EPNPIPELINES * $NGPUS / 4)) 1)
229229
fi

0 commit comments

Comments
 (0)