Effect of installing MATLAB in D drive
13 views (last 30 days)
Show older comments
Saisri Padmaja Jonnalagedda
on 18 Jan 2018
Answered: Nathan Brown
on 4 Nov 2018
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 Comments
Accepted Answer
Greg
on 18 Jan 2018
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).
2 Comments
More Answers (1)
Nathan Brown
on 4 Nov 2018
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 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing 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!