Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"OutofMemory error; Changing MAX_JAVA_MEMORY in RapidMinerGUI.bat didn't help :-("
When I was running the Rapidminer process, it got interrupted with a Dialog box giving the following error:
Process failed
OutofMemoryError caught
Java Heap space
Hence, I tried increasing the memory by changing MAX_JAVA_MEMORY to a higher value, in the RapidMinerGUI.bat file (because, I use the GUI version started from the Windows 'Start' menu). But, it has no effect on the process, and the same error is repeated. Should I change it somewhere else?
Please clarify!
Process failed
OutofMemoryError caught
Java Heap space
Hence, I tried increasing the memory by changing MAX_JAVA_MEMORY to a higher value, in the RapidMinerGUI.bat file (because, I use the GUI version started from the Windows 'Start' menu). But, it has no effect on the process, and the same error is repeated. Should I change it somewhere else?
Please clarify!
Tagged:
0
Answers
Some operations do need a very huge amount of memory if used on too big datasets. For example a PCA will use a mxm Matrix with m beeing the number of attributes. If your dataset has 30.000 attributes, it will try to create a matrix with 30.000x30.000 entries. This roughly would need 7 GBs of RAM...
Greetings!
I changed it RapidMinerGUI.bat and then restarted. I even tried changing it in rapidminer.bat. But, it didn't help. The memory usage still shows the old memory consumption value only, before the OutofMemory error is thrown. This is the reason why I thought that my changes did not have any impact.
Should I change it anywhere else?
I think you changed it in the right place but are not running the right program. Your start menu entry is probably not linked with RapidMinerGUI.bat. Try running this .bat-file directly.
Best regards,
Michael
And, I checked where the shortcut for Rapidminer in the 'Start' menu points to. It refers to at "D:\Program Files\Rapid-I\RapidMiner\RapidMiner.exe". In that case, where do I change the Memory size?
By the way. I am running the batch file and changed there MAX_JAVA_MEMORY. But I don't remenber the necessary steps