You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi,
I'm trying to make a simple move of data from one database table to another. That's it!
Data rows coming from MySQL DB are, only 1 millions, where i should be able to import atleast 10 millions easily. Do I need to set some paramters?
I get this exception:
Exception in thread "main" java.lang.Error: java.lang.OutOfMemoryError: Java heap space
at geolocations.ipdb_poly_tracker_0_1.IPDB_Poly_Tracker.tMysqlInput_1Process(IPDB_Poly_Tracker.java:1862)
at geolocations.ipdb_poly_tracker_0_1.IPDB_Poly_Tracker.runJobInTOS(IPDB_Poly_Tracker.java:2040)
at geolocations.ipdb_poly_tracker_0_1.IPDB_Poly_Tracker.main(IPDB_Poly_Tracker.java:1908)
Please take a look on the screenshot for the sake of clarification. Thanks
Offline

Please check the below topic for more info.
http://www.talendforge.org/forum/viewtopic.php?id=22845
Offline

GREAT!!!!
"Enable Stream" from tMySQLInput's advance settings, solved the problem.
Thanks for refering!
Offline
Pages: 1