Hi,
i want to read a csv file with 11500 rows and 100 columns but i got Java Heap space i changed my knime.ini by adding increasing my heap's space -Xmx1099m
-XX:MaxPermSize=512m and know it shows me Node created an empty data table.
Hi,
i want to read a csv file with 11500 rows and 100 columns but i got Java Heap space i changed my knime.ini by adding increasing my heap's space -Xmx1099m
-XX:MaxPermSize=512m and know it shows me Node created an empty data table.
It should be absolutely no problem to read such files with less than 1GB memory. Except if the lines are very long. Maybe the configuration of the node is wrong and it tries to read everything as one line?