← Back to context

Comment by happyopossum

6 hours ago

If yours are all over 7 years old you really have no idea what a modern Mac can do with 8-16GB of ram…

8GB of RAM. Not 16GB. And oh yes, the modern Mac shares those 8GB with the video RAM...

  • > And oh yes, the modern Mac shares those 8GB with the video RAM...

    The Unified Memory Architecture is why these Macs are so fast—no wasted cycles moving data between RAM and GPU. And the data is compressed in real-time so less data has to be transferred and there's less ware and tear on the SSD, which is directly to SoC [1].

    [1]: https://news.ycombinator.com/item?id=47354705

    • UMAs aren't made for speed, but for power savings. You are ignoring the fact that a discrete GPU accesses VRAM and caches at much higher bandwidths (and power) than an iGPU does RAM. Shared mem also comes at the cost of keeping it coherent between CPU/GPU. So you can't just look at one part of the system and then claim that UMAs must be faster because there are no data transfers.

      And by the way, even on UMAs, the iGPU can still have a dedicated segment of memory not readable by the CPU. Therefore UMA does not imply there won't be data transfers.