Skip to content

Commit a7f4a92

Browse files
committed
dpl-workflow.sh: increase GPU_proc.memoryScalingFactor for sync raw processing
1 parent a877086 commit a7f4a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ if [[ $GPUTYPE != "CPU" && $NGPUS > 1 ]]; then
239239
GPU_CONFIG_KEY+="GPU_global.dumpFolder=gpu_dump_[P];"
240240
fi
241241
if [[ $SYNCRAWMODE == 1 ]]; then
242-
GPU_CONFIG_KEY+="GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;GPU_proc.throttleAlarms=1;"
242+
GPU_CONFIG_KEY+="GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;GPU_proc.throttleAlarms=1;GPU_proc.memoryScalingFactor=1.2;"
243243
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
244244
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
245245
fi

0 commit comments

Comments
 (0)