• jaschen@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    7 days ago

    Real question. Doesn’t the computer actually slow down when you have that much memory? Doesn’t the CPU need to seek into a bigger vast vs a smaller memory set?

    Or is this an old school way of thinking?

    • suicidaleggroll@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 days ago

      That’s a complicated question. Bigger memory can split it between more banks, which can mean more precharge penalties if the memory you need to access is spread out between them.

      But big memory systems generally use workstation or server processors, which means more memory channels, which means the system can access multiple regions of memory simultaneously. Mini-PCs and laptops generally only have one memory controller, higher end laptops and desktops usually have two, workstations often have 4, and big servers can have 8+. That’s huge for parallel workflows and virtualization.