32bit Windows 8gb RAM with Ramdisk > Out of Memory in parfor
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello
I get an error message of "out of memory" when broadcasting a large data set into a parfor pool of workers, even though I have 8gb of RAM in a Win32 (7) machine with Ramdisk for memory addressing. But I suspect the 8gb isn't being used completely and there are things I can do to much improve this.
Would using Win64bit solve this? Or what are the things I can do?
Thank you
댓글 수: 0
채택된 답변
José-Luis
2013년 1월 11일
Would using 64bit solve this: Probably. In 32 bits your variables can't be larger than around 4GB.
What other things can you do: Make your code more memory-efficient.
댓글 수: 0
추가 답변 (1개)
Jason Ross
2013년 1월 11일
Go to a 64-bit operating system and optimize there. If you have a system that accepts 8 GB of RAM, it's likely that all you need to do is reinstall the OS.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!