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.
1 parent a877086 commit a7f4a92Copy full SHA for a7f4a92
prodtests/full-system-test/dpl-workflow.sh
@@ -239,7 +239,7 @@ if [[ $GPUTYPE != "CPU" && $NGPUS > 1 ]]; then
239
GPU_CONFIG_KEY+="GPU_global.dumpFolder=gpu_dump_[P];"
240
fi
241
if [[ $SYNCRAWMODE == 1 ]]; then
242
- 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;"
243
if [[ $RUNTYPE == "PHYSICS" || $RUNTYPE == "COSMICS" || $RUNTYPE == "TECHNICAL" ]]; then
244
GPU_CONFIG_KEY+="GPU_global.checkFirstTfOrbit=1;"
245
0 commit comments