I need help to solve this problem I'am getting when I try to put data from a tDBInput to a tFileOutputDelimited.
I got this error:
Error: java.lang.OutOfMemoryError: Java heap space
The table I'am trying to extract has about 50 millions of rows (postgresql), I've already tried giving the max to -Xmx but still don't work. Is there any workaround please?