In your ForLoop, where you are adding your chunks, how many loops are being run? Can you PostString when you do it after ForLoopCompleted? Or how many Chunks do you create and how big are they? Could you show more of your code? Maybe you have too much calculations at once and have to divide it in smaller parts as a work-around