Memory Tweaking

1 回表示 (過去 30 日間)
William
William 2011 年 10 月 19 日
I am trying to run a script that is using up all the memory and giving me this error:
Drive Strength: D1 = 1, D2 = 1, D3 = 1, D4 = 1
??? Out of memory. Type HELP MEMORY for your options.
Error in ==> ProductionIcal at 232
s1_total= zeros(chlen,(EndIndex-StartIndex+1)*numRun,length(IcalPulse));
I cleared out the RAM, rebooted it and still no dice. Is there a way to manually tweak them memory to allocate more to matlab? I am going to try running it on one of the larger computers but it is very impractical.
Thank you as always
Thank you
Error in ==> RunProductionIcal at 249
[G12, G23, G12All, G23All, s1_m1, s1_s1, s2_m1, s2_s1, s3_m1, s3_s1 ] =
ProductionIcal(ChipConfig);

回答 (1 件)

Daniel Shub
Daniel Shub 2011 年 10 月 19 日
In general you cannot tweak the memory allocated to MATLAB. Do you need all of s1_total in memory? Can you only work on a single ch, Run or IcalPulse at a time?

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by