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
[SOLVED] RAPID MINER hanging
Hello I am using Rapid Miner to connect to a remote Rapid Analytics.
I am using tiny databases of few items and after 5-10 submits to the server the Rapid Miner client freezes.
On IMAC I run it with option to grab up to 8GIG and when it hangs there is about 4GIG of memory left + very little CPU consumption.
Is there a debug option I can turn on to see where and why Rapid-Miner hangs?
Thank you
Dara
I am using tiny databases of few items and after 5-10 submits to the server the Rapid Miner client freezes.
On IMAC I run it with option to grab up to 8GIG and when it hangs there is about 4GIG of memory left + very little CPU consumption.
Is there a debug option I can turn on to see where and why Rapid-Miner hangs?
Thank you
Dara
0
Answers
the log file for RapidMiner won't be available before the next release I'm afraid, so you will have to start RapidMiner from the RapidMiner/scripts folder via one of the start scripts, e.g. RapidMinerGUI.bat (Windows) or RapidMinerGUI (Linux/Mac). There you can see possible errors and post them here for further help.
Regards,
Marco
Here is how I load the RapidMIner:
java -Xmx8000m -jar rapidminer.jar
There should be plenty of memory, I basically hang within 3 or 4 execution of almost any process.
Without going into further detail, this is done by the start-up scripts in the scripts folder of RapidMiner.
Try to start RapidMiner this way:
./scripts/RapidMinerGUI.sh
There you also can increase the size of the memory that should be available.
Best,
Nils
This might have solved the hanging problem as expected.
If I do not scream in a day, means all is good
Thanx