Clear Filters
Clear Filters

Effect of installing MATLAB in D drive

12 views (last 30 days)
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!

Accepted Answer

Greg
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).

More Answers (1)

Nathan Brown
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

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!