I am not sure where the issue lies for my problem but here is the break down.
I am using a salesforce input to to read our opportunities object and update/insert into a mysql 5.5 table using a date range of about one day.
Two boxes and it runs out of heap space every time. I can truncate the mysql table and to a full load with the salesforce insert step without a problem.
I am able to do this with other salesforce objects the same way without issue.
I have already increased my memory settings in my spoon.bat (set PENTAHO_DI_JAVA_OPTIONS="-Xmx1024m" "-XX:MaxPermSize=4096m")
I know the opportunities object is large but It never even seems to start the process.
2015/04/03 09:03:42 - Spoon - Starting job...
2015/04/03 09:04:05 - sf_Update_Opportunities - Dispatching started for transformation [sf_Update_Opportunities]
2015/04/03 09:05:55 - Salesforce Input.0 - ERROR (version 5.2.0.0, build 1 from 2014-09-30_19-48-28 by buildguy) : UnexpectedError:
2015/04/03 09:05:55 - Salesforce Input.0 - ERROR (version 5.2.0.0, build 1 from 2014-09-30_19-48-28 by buildguy) : java.lang.OutOfMemoryError: Java heap space
2015/04/03 09:05:55 - Salesforce Input.0 - at org.apache.axis.message.SAX2EventRecorder$objArrayVector.add(SAX2EventRecorder.java:254)
Any thoughts?
I am using a salesforce input to to read our opportunities object and update/insert into a mysql 5.5 table using a date range of about one day.
Two boxes and it runs out of heap space every time. I can truncate the mysql table and to a full load with the salesforce insert step without a problem.
I am able to do this with other salesforce objects the same way without issue.
I have already increased my memory settings in my spoon.bat (set PENTAHO_DI_JAVA_OPTIONS="-Xmx1024m" "-XX:MaxPermSize=4096m")
I know the opportunities object is large but It never even seems to start the process.
2015/04/03 09:03:42 - Spoon - Starting job...
2015/04/03 09:04:05 - sf_Update_Opportunities - Dispatching started for transformation [sf_Update_Opportunities]
2015/04/03 09:05:55 - Salesforce Input.0 - ERROR (version 5.2.0.0, build 1 from 2014-09-30_19-48-28 by buildguy) : UnexpectedError:
2015/04/03 09:05:55 - Salesforce Input.0 - ERROR (version 5.2.0.0, build 1 from 2014-09-30_19-48-28 by buildguy) : java.lang.OutOfMemoryError: Java heap space
2015/04/03 09:05:55 - Salesforce Input.0 - at org.apache.axis.message.SAX2EventRecorder$objArrayVector.add(SAX2EventRecorder.java:254)
Any thoughts?