will increased memory solve buffering issues

1 visualizzazione (ultimi 30 giorni)
Hello
I have tables with many floating point values and when I try to use cftool my MAC starts buffering. It is a quad core i7 with 16GB ram. Which is best increasing the memory or adding more cores?
Indeed would more memory solve the problem?
thank you
GS.
  1 Commento
Gavin Seddon
Gavin Seddon il 13 Gen 2020
I was thinking of using 96gb ram would this be enough for most jobs?
GS.

Accedi per commentare.

Risposta accettata

Jason Ross
Jason Ross il 13 Gen 2020
  1. Only you can know how much RAM is required for your code. You should be able to get a decent idea of what you might need by looking at how the system resources are used when you are running your code and size appropriately.
  2. I've yet to hear anyone complain about having too much RAM.
  3. When you have the RAM, the next thing you'll want is more cores :)
  4. It's far easier to add RAM than it is to add cores.
To strictly answer your question, when your machine begins using virtual memory/swapping to disk, you are paying a significant performance penalty since disk I/O is orders of magnitude slower than memory access. So if you added cores they would end up waiting on disk I/O and you'd see no improvement.
An automotive analogy would be if a car's tires were incapable of dealing with the engine output and the car was underperforming because of the tires slipping. Adding a more powerful engine isn't going to help things. Adding better tires will, and then you'd want to upgrade the engine ... and the brakes ... and the suspension ... and so on ... until you ran out of money for car upgrades.
  1 Commento
Gavin Seddon
Gavin Seddon il 14 Gen 2020
Hello
thank you this was precisely what I pressumed and you confirmed kindly. It looks like the new mac pro is the answer yet this asks more questions.
GS.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by