Simulink rapid accelerator slowly filling HD
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am running an optimisation problem which requires to run a Simulink model several times to find the minimum of the cost function. The Simulink model is set up in rapid accelerator mode and run in parallel on different cores. The problem is that Matlab is slowly filling the hard drive with temporary files (.dmr files in ..AppData\Local\Temp). Is there any way I can avoid Matlab from building up these massive files?
1 comentario
Respuestas (1)
Tejas
el 21 de Oct. de 2024
Hello Giorgio,
To prevent the creation of large .DMR files, consider using the Simulation Data Inspector settings to set global limits on the amount of data saved. This approach helps in preventing temporary files from using up all the disk space. For more details, refer to this MATLAB answer: https://www.mathworks.com/matlabcentral/answers/1901545-how-to-manage-simulink-s-generation-of-dmr-files-in-the-temp-directory .
Alternatively, if the Simulink model is run multiple times using a 'for' loop, the following command can be used after each iteration to clear temporary files. More information on this command can be found in the documentation: https://www.mathworks.com/help/simulink/slref/simulink.sdi.clear.html .
Simulink.sdi.clear
0 comentarios
Ver también
Categorías
Más información sobre Verification, Validation, and Test en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!