Memory Tweaking
조회 수: 15 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Performance and Memory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!