Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on August 10, 2023 9:54PM
Likes: 0
Replies: 2
Hello, everyone.
I want to unload data from Redshift to S3, but when I make the query in dataiku, it shows the following error: java.lang.outofmemoryerror: gc overhead limit exceeded.
When a query with a shorter time span and it runs correctly.
I read here about modification of jek.xmx. Can I apply it for this case? There is enough memory to run the process.
Thank you very much!
Operating system used: Linux
Hi @rafael_rosado97
,
enableFetchRingBuffer -> false
enableFetchReadAndProcessBuffers -> false
Thanks!
Jordan
@JordanB
Thank you very much!!