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.
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