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
Rapid miner RAM usage
Hi i have noticed that when i run a process on rapid it just use few amount of available RAM while as the process takes much longer time the Rapid use more ram ..but this takes so much time ...how can i make rapid use more RAM from beginning? I need my processes to be done more quickly what can i do? some times i have to wait for weeks.
Thanks alot
Thanks alot
0
Answers
It is always worth searching this forum, this question is asked and answered very often, for example just 2 days ago!
http://rapid-i.com/rapidforum/index.php/topic,5399.0.html
Best
H
i have 8 Gig available Ram but rapid use does not use it.....as i said it just use few of it at first...then start to increase it so slowwwwwwyly....
when i run rapid on SERVER i have 20 GB available ram ....at first Rapid use 4 gig after days it reach to 12 or 13 i want rapid to use Ram from the beginning
not after days.
thanks
it says "The message exceeds the maximum allowed length (20000 characters). "
Best
H
to make RapidMiner reserve a certain amount of RAM directly after starting you can use the startup scripts instead of the .exe file and pass the -Xms paramter to the execution line, e.g. "-Xms8000M"l. However, this won't increase the performance of RapidMiner - the Xms option only serves the purpose of reserving the RAM such that it cannot be claimed by other processes before RapidMiner uses it.
Best, Marius