How do I clear up some memory?
조회 수: 7 (최근 30일)
이전 댓글 표시
When I run computationally-intensive scripts, memory usage goes up and my computer slows down a little bit. This is to be expected. But sometimes after running one of these scripts I close all and clear all, yet when I check my system Activity Monitor Matlab is still using 3.5 GB and my computer runs slow until I restart Matlab. Any tricks for clearing up memory without restarting Matlab? I'm running Matlab R2012b on OSX 10.8.5.
댓글 수: 0
채택된 답변
José-Luis
2014년 1월 15일
편집: José-Luis
2014년 1월 15일
UNIX systems do not return memory allocated to an application until the application exits. So it's not really a Matlab problem.
댓글 수: 1
Matthew Creek
2023년 8월 24일
Here are some links to related documentation:
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Performance and Memory에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!