"Out of memory error", but there's enought memory
Show older comments
Hi All!
16G memory. win7 64 + Matlab 2011a 64.
>>tst=zeros(100000);
??? Out of memory. Type HELP MEMORY for your options.
>>memory
Maximum possible array: 29309 MB (3.073e+010 bytes) *
Memory available for all arrays: 29309 MB (3.073e+010 bytes) *
Memory used by MATLAB: 468 MB (4.910e+008 bytes)
Physical Memory (RAM): 16292 MB (1.708e+010 bytes)
- Limited by System Memory (physical + swap file) available.
1 Comment
Oleg Komarov
on 11 Sep 2011
Not a bug but a common mistake that even with years of experience sometimes you cannot avoid.
Accepted Answer
More Answers (1)
Andrey Babkin
on 11 Sep 2011
0 votes
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!