필터 지우기
필터 지우기

matlabpool RAM occupation

조회 수: 1 (최근 30일)
rahman
rahman 2011년 6월 3일
Hi all
When I use command "matlabpool open 8" in my Mfile, RAM of my system(4G total) occupied up to 70% and it remain in this state until I close MATLAB, whereas when I run my Mfile without this command, RAM occupied up to only 40%.
How can I free up RAM after using matlabpool command?

채택된 답변

Arnaud Miege
Arnaud Miege 2011년 6월 3일
Does the RAM usage come back down when running matlabpool close? Remember that matlabpool open 8 is equiavelent to starting MATLAB 8 times on your machine. Each instance will use approximately as much RAM as if you were starting MATLAB manually.
HTH,
Arnaud

추가 답변 (1개)

Sean de Wolski
Sean de Wolski 2011년 6월 3일
matlabpool close force

카테고리

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