Increase Memory Available for MATLAB
5 ビュー (過去 30 日間)
古いコメントを表示
I need more memory in MATLAB. Do you know how I can increase Memory Available for MATLAB. I'm using Windows XP x32 with Matlab R2010b. Thank you in advance.
0 件のコメント
回答 (3 件)
Sean de Wolski
2011 年 3 月 3 日
The easy way would be to buy a new computer with 64bit OS and 64bit MATLAB.
2 件のコメント
Jan
2011 年 3 月 4 日
This is the most powerful solution. While the other tricks can increase the memory up to about 3GB, the 64 bit version can process 8TB in theory. Voted +1.
Kaustubha Govind
2011 年 3 月 3 日
2 件のコメント
Jan
2011 年 3 月 4 日
Then look at the sections "Disabling Java VM on Startup", "Increasing System Swap Space", "Using the 3GB Switch on Windows Systems", "Freeing Up System Resources on Windows Systems".
Jan
2011 年 3 月 3 日
Try to reduce the memory needs of your programs.
- Use smaller integer types for index vectors.
- Store numerical values in SINGLE precision, if this is accurate enough.
- Pre-allocate ever. Never let an array grow.
- Pre-allocate absolutely really ever carefully.
- Reduce the number of open figures.
- Install as much RAM as possible.
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!