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!