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 CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by