Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
PhilHibbs
Creator II
Creator II

Limiting an IterateToFlow

I have a component that produces an iterate link, in this case it's a tS3List but the same could apply to a tFileList etc.

I then have a tIterateToFlow, I do some manipulation, and then a tFlowToIterate.

When there are a few hundred thousand iterates, I get an Out of Memory error.

How can I throttle the iterate so as to prevent this error? Is there any way of limiting the number of iterations, or breaking them up into chunks?

Labels (2)
2 Replies
manodwhb
Champion II
Champion II

@PhilHibbs ,could you please share your job design ?

 

 

PhilHibbs
Creator II
Creator II
Author

I suspect that my problem may have been caused - or amplified - by a tLogRow set to table mode... it would still be nice to be able to break up large workloads like this though.