Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
MoMoAC
Contributor
Contributor

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded

We have a job that extract data from file(about 50MB) and left join a Salesforce table(about 2.4

million

) , then we load result to another salesforce table.

When we run the job on AWS ECR, there's error shows as below.

Thank you for your help.

Labels (4)
2 Replies
Anonymous
Not applicable

Hi

Try the below ways to see if it could fix the OutOfMemory error.

  1. Store the data on disk instead of memory on tSortRow and tMap component.
  2. Allocate more memory to job execution, refer to this article.

Regards

Shong

 

 

 

jilanisyed
Creator
Creator

HI,

you can add the below parameter in JVM arguments RUNJOB --> Advance settings

-XX:-UseGCOverheadLimit