Memory usage by Matlab
21 ビュー (過去 30 日間)
古いコメントを表示
Does increasing my computer's RAM allow Matlab to store and process variables of increased size?
Thank you
0 件のコメント
回答 (2 件)
Walter Roberson
2015 年 10 月 15 日
If you are using 32 bit MATLAB, then increasing memory will not allow you to go larger than 3 Gb including MATLAB and all relevant libraries (and you would have to use a special boot-time flag to get 3 Gb.)
If you are using 64 bit MATLAB, then increasing memory does allow you to process larger arrays. You could also increase swap space instead of adding RAM, but swap space can be very very slow.
2 件のコメント
Walter Roberson
2015 年 10 月 15 日
Then Yes.
The limit with current 64 bit x64 processors is 256 Terabytes per node. Your computer probably doesn't have enough memory slots for that, though!
参考
カテゴリ
Help Center および File Exchange で Installation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!