Why can i not use all my 64 cores?

3 views (last 30 days)
Ian West
Ian West on 17 Nov 2015
Commented: Ian West on 17 Nov 2015
I have a 64 core PC running Centos 6.7 and keep getting java.lang.outofmemory errors when i am only using far less than the 64 cores i have, for example parpool(32).

Answers (1)

Walter Roberson
Walter Roberson on 17 Nov 2015
  1 Comment
Ian West
Ian West on 17 Nov 2015
Thanks Walter, i have solved the problem. The max porcesses for the user was set to 1024. i had to use ulimit -u 139820 and everything worked fine.

Sign in to comment.

Categories

Find more on Parallel Computing Fundamentals in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!