OUT of MEMORY . Issue in 64 bit Matlab

조회 수: 1 (최근 30일)
Mohsin Ali
Mohsin Ali 2015년 10월 20일
댓글: Walter Roberson 2015년 10월 20일
hi i am using 64 bit version of matlab on 64 bit operating system windows 7. I am facing "out of memory" issue when i run my code. I have already increased the jave heap size and increase the swap size but still i am facing the same error . my computer specifications are: i am using it on Intel Xeon having 64GB of RAM. Matlab shows following results when I ran 'memory' and 'whos' commands
Maximum possible array: 124730 MB (1.308e+11 bytes)
Memory available for all arrays: 124730 MB (1.308e+11 bytes)
Memory used by MATLAB: 1014 MB (1.064e+09 bytes)
Physical Memory (RAM): 65535 MB (6.872e+10 bytes)
Limited by System Memory (physical + swap file) available.
Name Size Bytes Class Attributes
Problem 1x1 172686122 struct
cnt 1x1 8 double
index 1x1 1339842 struct
q 148770x148770 171455800 double sparse
x 1x1 8 double
y 1x1 8 double
please help me to resolve this issue
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 10월 20일
What code are you executing when you get the error?
Which release of MATLAB are you using?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by