high physicial memory usage
古いコメントを表示
hello, I'm working with a script that does the folowing: 1. load a file (high reslolution audio file: 5 seconds long about 2.5mb) 2. run a apectrogram on the audio file 3. save the figure as a jpeg 4. repeat 1440 times. when i'm running the script, the physical memory that matlab is using keeps getting higher and higher untill it reaches 100% (about 35gb) and stops (crashes). my question is, why would the memory usage keep rising? and are there ways to fix this problme?
3 件のコメント
Guillaume
2018 年 4 月 3 日
Most likely it's a bug in your code where you keep growing an array instead of reusing it. Whatever it is though, it's impossible to tell without seeing your code.
ytzhak goussha
2018 年 4 月 3 日
編集済み: Guillaume
2018 年 4 月 3 日
ytzhak goussha
2018 年 4 月 3 日
編集済み: Guillaume
2018 年 4 月 3 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!