We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b23656f + a7f4a92 commit 733899dCopy full SHA for 733899d
prodtests/full-system-test/dpl-workflow.sh
@@ -241,7 +241,7 @@ if [[ $GPUTYPE != "CPU" && $NGPUS > 1 ]]; then
241
GPU_CONFIG_KEY+="GPU_global.dumpFolder=gpu_dump_[P];"
242
fi
243
if [[ $SYNCRAWMODE == 1 ]]; then
244
- GPU_CONFIG_KEY+="GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;GPU_proc.throttleAlarms=1;"
+ GPU_CONFIG_KEY+="GPU_proc.tpcIncreasedMinClustersPerRow=500000;GPU_proc.ignoreNonFatalGPUErrors=1;GPU_proc.throttleAlarms=1;GPU_proc.memoryScalingFactor=1.2;"
245
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
246
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
247
0 commit comments