Maximum possible array, excluding swap file

1 view (last 30 days)
Till
Till on 18 Jul 2014
I'd like to load large video files into memory (in the order of several GBs), preferably all frames in one go. I also want to avoid using the swap file, so before I load the file I want to make sure whether it will fit into RAM (otherwise I will load the data in two or more parts).
How can I determine the maximum possible array size, but without the swap file part? The memory command will only give me that with the swap file included.

Answers (0)

Community Treasure Hunt

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

Start Hunting!