How do I ensure MATLAB can access the virtual memory on my computer?

I would like to increase the amount of memory available for array's in my computer. I have increased the virtual memory on my computer but when I check on MATLAB using the "memory" command, I find that there is no increase in the "Maximum possible array" parameter. Is there something else I should do to make more memory available?

 Accepted Answer

Even though you have increased the virtual memory, MATLAB may not be able to access this.
To enable MATLAB to access this:
  1. Navigate to Preferences in the HOME tab in MATLAB.
  2. In the Preferences window that opens, navigate to Workspace.
  3. In Workspace, check off the box under MATLAB Array size limit for 'Limit the maximum array size to a percentage of RAM'. Checking this off will ensure that virtual memory is accessed.

More Answers (0)

Products

Release

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!