Skip to content

Commit 733899d

Browse files
authored
Merge a7f4a92 into sapling-pr-archive-ehellbar
2 parents b23656f + a7f4a92 commit 733899d

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
@@ -241,7 +241,7 @@ if [[ $GPUTYPE != "CPU" && $NGPUS > 1 ]]; then
241241
GPU_CONFIG_KEY+="GPU_global.dumpFolder=gpu_dump_[P];"
242242
fi
243243
if [[ $SYNCRAWMODE == 1 ]]; then
244-
GPU_CONFIG_KEY+="GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;GPU_proc.throttleAlarms=1;"
244+
GPU_CONFIG_KEY+="GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;GPU_proc.throttleAlarms=1;GPU_proc.memoryScalingFactor=1.2;"
245245
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
246246
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
247247
fi

0 commit comments

Comments
 (0)