matlabpool RAM occupation
5 views (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
Arnaud Miege
on 3 Jun 2011
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
0 Comments
More Answers (1)
See Also
Categories
Find more on Parallel Computing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!