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
After Several Runs I am Running Out of Memory
Hello,
I have a process which applies a model to a wordlist and writes the prediction into a DB. The process is running on a cron job once every hour.
The first few times it runs fine, but after the 4, or 5 it runs out of memory.
I tried using the "Free Memory" Operator but I dont see the memory going down after the process runs. There is really no reason to keep the memory as all the necessary data is being sent to the DB.
How can I free all the memory after I run the process, is there something I can do? Maybe I am misusing the "Free Memory" operator?
Right now these are my last 2 operators:
<connect from_op="Write Database" from_port="through" to_op="Free Memory" to_port="through 1"/>
<connect from_op="Free Memory" from_port="through 1" to_port="result 1"/>
Any help will be much appreciated.
I have a process which applies a model to a wordlist and writes the prediction into a DB. The process is running on a cron job once every hour.
The first few times it runs fine, but after the 4, or 5 it runs out of memory.
I tried using the "Free Memory" Operator but I dont see the memory going down after the process runs. There is really no reason to keep the memory as all the necessary data is being sent to the DB.
How can I free all the memory after I run the process, is there something I can do? Maybe I am misusing the "Free Memory" operator?
Right now these are my last 2 operators:
<connect from_op="Write Database" from_port="through" to_op="Free Memory" to_port="through 1"/>
<connect from_op="Free Memory" from_port="through 1" to_port="result 1"/>
Any help will be much appreciated.
0
Answers
how exactly do you start your process? Are you using RapidMiner or RapidAnalytics?
Best,
Marius
What I also noticed is that if I run the process using RapidMiner several times I also get the memory error. For some reason it looks like memory is not set free after the process is completed.
Any hint?
Thanks!
Best,
Marius