Effect of installing MATLAB in D drive
조회 수: 13 (최근 30일)
이전 댓글 표시
It could be a silly question but if I install MATLAB in D drive, does it still use RAM? I ask this because I have large data, single image read gives out of memory error. So if I install MATLAB in D drive, will it use memory in D? Thank you!
댓글 수: 0
채택된 답변
Greg
2018년 1월 18일
The installation location will have no impact on memory use. You can try increasing your virtual memory (pagefile in Windows) so that the OS thinks it has a ton of RAM that is actually on hard disk. Beware that when the OS hits virtual memory, it is limited to disk transfer speeds ( extremely slow compared to RAM access speeds).
추가 답변 (1개)
Nathan Brown
2018년 11월 4일
Similar Question title; is it recommended to install MatLab on an SSD or is it ok to install on a hard drive. Don't have much SSD free
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!