Memory Tweaking
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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);
0 Kommentare
Antworten (1)
Daniel Shub
am 19 Okt. 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?
0 Kommentare
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!