why Matlab don't use Swap but error "Out of memory"?

조회 수: 2 (최근 30일)
HaveF
HaveF 2012년 9월 17일
I was wondering why Matlab don't use Swap but throw out error "Out of memory"?
It should be slow instead of throw out error "Out of memory".
Because Java related something?
added:
I know "out of memory" means it's out of contiguous memory. and Swap doesn't have contiguous memory, or? I'm confused...

채택된 답변

Jan
Jan 2012년 9월 17일
편집: Jan 2012년 9월 17일
Swapping increases the available contiguos memory, but only until a certain limit. If this limit is exhausted you get the "Out of memory" error.
Even for a giantic virtual memory, a 32-bit Matlab version can access 4GB of RAM only. So please mention the version of Matlab and the OS.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by