Matlab slow when running many instances?

7 views (last 30 days)
Christopher
Christopher on 19 Feb 2014
Commented: per isakson on 27 Feb 2014
Why does matlab become slow to respond when many instances are opening? I have two workstations, one has an overclocked i7 4960x (12 virtual threads) and the other is a 2x Xeon E5-2670 machine (32 threads).
When I begin to open multiple instances of matlab, matlab on the 4960x machine will, every few seconds, beomce slightly unresponsive (curser not moving), but overall it is not too bad. However, on the Xeon machine, after about 14 instances are open, it takes a systematically increasing amount of time to open additional instances. Even though NO cpu power is being consumed, Matlab is doing 'something' that is making it go very slow, and it becomes very annoying to deliver commands. It may take several minutes for each instance to open after about 20-24 are opened.
This problem does not exist in similar programs like MS excel.
So my question is, what in the world is Matlab doing? It is not taking up CPU power, but it becomes very slow to load, and later remains somewhat bogged down even after it is open. On the other hand, once all instances of matlab are open (up to 32 on my xeon machine), they will execute code nice and fast.

Answers (1)

per isakson
per isakson on 26 Feb 2014
On my five years old vanilla desktop with four cores (Intel Quad Q9600) I can open four Matlab instances without seeing "increasing amount of time to open additional instances."
  2 Comments
Christopher
Christopher on 27 Feb 2014
Edited: Christopher on 27 Feb 2014
this seems consistent with the slowdown being related to how many instances are open, and not the speed or core count of your computer.
This is also consistent with the fact that matlab behaves slowly even with little or no cpu utilization.
per isakson
per isakson on 27 Feb 2014
Based on my reading of your question, I though that on your systems it took longer to start the second instance than the first and longer to start the third than the second, etc.
That is not the case on my system.

Sign in to comment.

Categories

Find more on Loops and Conditional Statements 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!