databaseexamplesource

NersoNerso MemberPosts:3Contributor I
edited November 2018 inHelp
Hi! I tried to run decision tree operator with data that I extract from a mysql database, but rapid throw this error:
Root[0] (Process)
+- DatabaseExampleSource[0] (DatabaseExampleSource)
+- DecisionTree[0] (DecisionTree)
P May 13, 2009 10:24:46 AM: [Fatal]OutOfMemoryError occured in 1st application of DatabaseExampleSource (DatabaseExampleSource)
P May 13, 2009 10:24:46 AM: [Fatal] Process failed: Java heap space

Root[1] (Process)
here ==> +- DatabaseExampleSource[1] (DatabaseExampleSource)
+- DecisionTree[0] (DecisionTree)

How can I fix this?If it's possible to do so?
This is my .xml file:







<参数键=“密码”值 ="......="/>










the database codpost is 9.23 MB or close.
thanks!!!!

Answers

  • TobiasMalbrechtTobiasMalbrecht Moderator, Employee, MemberPosts:294RM Product Management
    Hi,

    the error already appears when you load in the data. It seems that you are loading to many data for the memory which is available in RapidMiner. You can see how many memory is available at the maximum in the memory monitor in the lower right corner of the RapidMiner window.

    You can however increase the amount of maximal available memory in the file [tt]scripts/RapidMinerGUI.bat[/tt] (I am sure you will find the line you have to edit by yourself;)) and start RM using that batch file.

    Kind regards,
    Tobias
Sign InorRegisterto comment.