Qlik Replicate consumes more memory than expected. This article is meant to give a basic understanding of what best practices we can recommend.
Resolution:
- We recommend checking the max LOB column length in the table and adding it to the LOB size in task settings.
- Run the below sample query in the database to get the max lob column length:
select max(DBMS_LOB.GETLENGTH(I_MESSAGE_TEXT)) from GLOGOWNER.I_LOG_T MAX(DBMS_LOB.GETLENGTH(I_MESSAGE_TEXT))
- In the task settings, go to Metadata and open Target Metadata. Set the Limit LOB size to (KB) based on your above findings.
- In addition, we recommend increasing memory based on load and monitor. Resource bottlenecks can lead to eventual task failures or impact reliability. If you need assistance with hardware sizing, our professional services can assist you.
- We also recommend adding primary keys in the source DB if not already present.