logoalt Hacker News

sgtyesterday at 11:15 AM2 repliesview on HN

macOS is generally pretty amazing at efficient memory usage and VM (virtual memory subsystem) handling. So even a 8GB machine can run pretty impressive workloads without having the user think the machine is underpowered.


Replies

stingraycharlesyesterday at 2:34 PM

Important caveat: that’s mostly the case for desktop workloads when you’re multitasking a lot, and not as much for server workloads where you actually need all memory.

p_ingyesterday at 12:22 PM

Not really. Larger page sizes mean more potential for wasted memory and it has had a long standing memory leak in some core component to where even Calculator can cause an OOM event.

show 2 replies