I am exporting data by suing "table input" step to "text_file_output" step into csv file, but failing to export even 10 records in the csv file because of "java.lang.OutOfMemoryError: Requested array size exceeds VM limit"
My spoon.bat file has below parameters already set but no luck yet.
PENTAHO_DI_JAVA_OPTIONS="-Xms1024m" "-Xmx2048m" "-XX:MaxPermSize=256m" "-XX:+UseCompressedOops" "-XX:+HeapDumpOnOutOfMemoryError"
Asked
Active
Viewed 53 times
1

Shailesh
- 13
- 3
1 Answers
0
Try ticking the "Fast data dump (no formatting)" box in the Content section of Text file output step.

Vesanto
- 516
- 11
- 19