sdi.Repository.clearRepositoryFile never ends
조회 수: 15 (최근 30일)
이전 댓글 표시
I have some simulations that creates a lot of temporary files. I need to run several of them and the memory usage of the temporary .dmr file increases a lot. I have had situations with 50Gb of data saved in the temporary files.
I found that the running "sdi.Repository.clearRepositoryFile" solves the issue, the file is deleted. The problem is that the line of code may sometimes stop working and it would freeze matlab. So I have to kill it and open it again.
Does anyone knows what may be the issue with that line of code?
댓글 수: 0
답변 (1개)
Stefanie Schwarz
2025년 8월 22일
편집: Stefanie Schwarz
2025년 8월 22일
Using sdi.Repository.clearRepositoryFile is not recommended. You can use Simulink.sdi.clear to clear all logged data in a running MATLAB session.
Note that DMR files are automatically deleted when MATLAB closes. Only when MATLAB terminates unexpectedly (for example, when MATLAB crashes), DMR files may remain in the temporary directory. These DMR files should only be deleted while MATLAB is closed. Please see:
For strategies to reduce the size of DMR files to begin with, see:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!