Does the RAM cleaning by a software (e.g. Advanced SystemCare 8) during the code running affect the calculation?
Mostrar comentarios más antiguos
Hi,
I run a Matlab code which takes several hours to finish. During the code running, I clean the RAM by Advanced SystemCare 8 software (at the performance monitor); this releases action some RAM memory. My question is: does this action of RAM cleaning affect (harm) the code calculations?
Respuestas (2)
James Tursa
el 18 de Nov. de 2015
Editada: James Tursa
el 18 de Nov. de 2015
0 votos
I would strongly suspect that this only cleans RAM that is not currently in use by another process (e.g., MATLAB). Unless you see some specific warnings or cautions about when or how to use this feature when other applications are running, I would guess that it would not interfere. That being said, this is probably a question you should ask the vendor ... not sure what specific help you will get with this question on a MATLAB forum.
1 comentario
Ramadan
el 19 de Nov. de 2015
Walter Roberson
el 18 de Nov. de 2015
0 votos
That particular product ("SmartRam") can be configured in its Toolbox -> Settings to not automatically free ram when CPU or disk usage is high.
The way that product works depends upon whether you have enabled to setting to compress memory.
You should expect that at the very least your calculations will slow down while memory is being freed.
I do not recall whether I purchased that feature with Advanced Systems Care; it has been a while since I dual-booted my Mac in Windows mode.
Categorías
Más información sobre Profile and Improve Performance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!