Skip to content

Commit 11cf14c

Browse files
davidrohralcaliva
authored andcommitted
Increase LUT table size and make it configurable (#15630)
1 parent 08020ed commit 11cf14c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GPU/Workflow/src/GPUWorkflowSpec.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ void GPURecoWorkflowSpec::init(InitContext& ic)
261261
if (mConfig->configCalib.matLUT == nullptr) {
262262
LOGF(fatal, "Error loading matlut file");
263263
}
264-
} else {
265-
mConfig->configProcessing.lateO2MatLutProvisioningSize = 50 * 1024 * 1024;
264+
} else if (mConfig->configProcessing.lateO2MatLutProvisioningSize <= 0) {
265+
mConfig->configProcessing.lateO2MatLutProvisioningSize = 55 * 1024 * 1024;
266266
}
267267

268268
if (mSpecConfig.readTRDtracklets) {

0 commit comments

Comments
 (0)