The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"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