From 5399fa977da4271f45308ccafd56941fff81195b Mon Sep 17 00:00:00 2001 From: Robert Muenzer Date: Wed, 5 Mar 2025 13:33:00 +0100 Subject: [PATCH] Decrease SAC writeout rate by 10 --- prodtests/full-system-test/aggregator-workflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodtests/full-system-test/aggregator-workflow.sh b/prodtests/full-system-test/aggregator-workflow.sh index 23336cafffab8..90abe9786f89e 100755 --- a/prodtests/full-system-test/aggregator-workflow.sh +++ b/prodtests/full-system-test/aggregator-workflow.sh @@ -298,7 +298,7 @@ crus="0-359" # to be used with $AGGREGATOR_TASKS == TPC_IDCBOTH_SAC or ALL lanesFactorize=${O2_TPC_IDC_FACTORIZE_NLANES:-12} threadFactorize=${O2_TPC_IDC_FACTORIZE_NTHREADS:-16} nTFs=$((1000 * 128 / ${NHBPERTF})) -nTFs_SAC=$((1000 * 128 / ${NHBPERTF})) +nTFs_SAC=$((10000 * 128 / ${NHBPERTF})) nBuffer=$((100 * 128 / ${NHBPERTF})) IDC_DELTA="--disable-IDCDelta true" # off by default # deltas are on by default; you need to request explicitly to switch them off;