is there any robust solution to Out of memory error in Windows 7 32 bit machine where MCR is installed?
古いコメントを表示
Hi I run a MATLAB exe in a windows 32bit xp machine with 1 GB RAM without errors. If I run the code in a windows7 32 bit machine with 2.9Gb or 3.3 Gb RAM MATLAB gives the message "out or memory" How I can solve the problem? thanks in advance
回答 (3 件)
Walter Roberson
2013 年 8 月 20 日
0 投票
Check whether the xp machine has been configured for a large virtual memory (swap space).
Iain
2013 年 8 月 20 日
All you can really do is get your program to log the memory stats to give you a hint of when/why it falls over. - It may be that your Windows 7 machine is very untidy and just doesn't keep large enough swathes of memory free for you.
I use the below command to get the memory stats printed to screen.
feature 'memstats'
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!