I want to insert data from xlsx file into table. Excel has around 1,20,000 records. But while running transformation, I am getting below error:
GC overhead limit exceeded
I have changed in spoon.bat
.
Xmx2g -XX:MaxPermSize=1024m
But still I am getting this error.
Can someone please help on this?