Maximum possible array, excluding swap file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!