필터 지우기
필터 지우기

out of memory while using tables

조회 수: 5 (최근 30일)
sani
sani 2020년 5월 14일
댓글: Ameer Hamza 2020년 5월 14일
Hello,
I tried to read to a table file of 25 GB. I'm getting out of memory error (I have 16 GB ram)
I tried to allocate virtual memory, but for some reason it didn't solved the problem. doas anyone knows why?

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 5월 14일
편집: Ameer Hamza 2020년 5월 14일
You need to use tall arrays for a dataset larger than your memory: https://www.mathworks.com/help/matlab/tall-arrays.html. Especially see this example about tall tables: https://www.mathworks.com/help/matlab/import_export/tall-arrays.html
  댓글 수: 2
sani
sani 2020년 5월 14일
thanks!!!
Ameer Hamza
Ameer Hamza 2020년 5월 14일
I am glad to be of help.

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

추가 답변 (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