Memory Tweaking

1 view (last 30 days)
William
William on 19 Oct 2011
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);

Answers (1)

Daniel Shub
Daniel Shub on 19 Oct 2011
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?

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!