From 839e77218b4798cdea54b346b6da04d7b884af3f Mon Sep 17 00:00:00 2001 From: David Rohr Date: Thu, 23 Jul 2026 14:00:37 +0200 Subject: [PATCH] Increase LUT table size and make it configurable --- GPU/Workflow/src/GPUWorkflowSpec.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPU/Workflow/src/GPUWorkflowSpec.cxx b/GPU/Workflow/src/GPUWorkflowSpec.cxx index d928cfdd502c9..01a82ebdba361 100644 --- a/GPU/Workflow/src/GPUWorkflowSpec.cxx +++ b/GPU/Workflow/src/GPUWorkflowSpec.cxx @@ -260,8 +260,8 @@ void GPURecoWorkflowSpec::init(InitContext& ic) if (mConfig->configCalib.matLUT == nullptr) { LOGF(fatal, "Error loading matlut file"); } - } else { - mConfig->configProcessing.lateO2MatLutProvisioningSize = 50 * 1024 * 1024; + } else if (mConfig->configProcessing.lateO2MatLutProvisioningSize <= 0) { + mConfig->configProcessing.lateO2MatLutProvisioningSize = 55 * 1024 * 1024; } if (mSpecConfig.readTRDtracklets) {