diff --git a/HLT/TPCLib/HWCFemulator/AliHLTTPCHWCFEmulatorComponent.cxx b/HLT/TPCLib/HWCFemulator/AliHLTTPCHWCFEmulatorComponent.cxx index 0c937b6272e..664083591d8 100644 --- a/HLT/TPCLib/HWCFemulator/AliHLTTPCHWCFEmulatorComponent.cxx +++ b/HLT/TPCLib/HWCFemulator/AliHLTTPCHWCFEmulatorComponent.cxx @@ -665,7 +665,7 @@ int AliHLTTPCHWCFEmulatorComponent::DoEvent( const AliHLTComponentEventData& evt if( outBlock ) delete[] outBlock; if( allocOutMC ) delete[] allocOutMC; - if( iResult==-ENOSPC ){ + if( iResult==-ENOSPC && fIORatioCorrection < 1.99 ){ fIORatioCorrection = 2.; HLTInfo("Estimation of Output/Input ratio increased by factor 2"); }