Question: How to automatically freed cached memory?
0
christophe.habib • 340 wrote:
Hello everyone,
I noticed that the cached memory is increasing after each job, but it is not freed when the job is done. Now my cached memory is full, but It looks like the jobs are faster when the memory cached is freed (i do it directly on the server)
I tried to set these options in the galaxy.ini: use_memdump, object_store_cache_path, object_store_cache_size; but it didn't work better
My question is simple : how could I fix this? I would like the cached memory freed after each job. Is there any option in the galaxy.ini to do so (i didn't find it)?
Thank you for your help!