
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
java.lang.OutOfMemoryError: GC overhead limit exceeded
Hello! I have a job with several Excels to send after some transformations to an SQL Server DDBB.
But in an specific Excel I have this error:
"Exception in component tFileInputExcel_3 (PURLS_1)
java.io.IOException: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded"
I have other Excel with this same problem that has even more rows, HOW CAN I SOLVE IT?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, you can try to increase the memory in the jvm parameters :
Run tab --> Advanced settings --> use specific JVM arguments
Xms is the initial memory allocated
Xmx is the max memory wich will be allocated.
Send me love and kudos

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, you can try to increase the memory in the jvm parameters :
Run tab --> Advanced settings --> use specific JVM arguments
Xms is the initial memory allocated
Xmx is the max memory wich will be allocated.
Send me love and kudos

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much gjeremy , it works 😉

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you're welcome @Ivan R
