cancel
Showing results for 
Search instead for 
Did you mean: 

Facing issue while executing large amount of data

AsmitaAute1
Level 2
We are facing issue out of memory while executing a large amount of data. Kindly address the issue.
2 REPLIES 2

John__Carter
Staff
Staff
it's difficult to help with so little information, but there are two option - more memory or less data. The latter is usually the easiest, so I would look to see how I could consume data in more manageable pieces.

Christopher
Level 5
More memory wont help, the application can only allocate 1GB of ram anyways. The solution would most likely be that you change the flow of your proces or split Up the actions so i can release the memory before it runs out.