Remix.run Logo
dhosek 3 hours ago

From all the reviews, those of us who are skeptical of 8GB of RAM are very much wrong (I’m guessing it’s lingering PTSD from being stuck on underperforming systems with too little RAM that makes us buy much more RAM than we actually need). I’m inches away from buying a couple of these for my kids.

jrockway 3 hours ago | parent | next [-]

Back in 2000 I got the M1 Air with 8G of RAM (needed the cheapest Mac to test some arm64 stuff) and that laptop served me very well. I never felt RAM-limited. I was always expecting to run out of memory during a big Bazel build or something, but never did.

It isn't the most powerful computer in the world but I never ran into any problems... so it's probably an OK compromise for most people, especially in the world where RAM is scarce because of AI datacenter buildouts.

nessus42 2 hours ago | parent | prev | next [-]

I have an M2 MacBook Air with 8GB of RAM that I bought three and half years ago. For browsing the web, listening to music, watching TV and movies, using Gmail, Google Sheets, Google Docs, etc., it's still perfectly fine.

OTOH, for my development Mac, I have 64GB of RAM. (Though 32GB would probably be fine.)

benjiro3000 4 minutes ago | parent [-]

[dead]

seunosewa 2 hours ago | parent | prev | next [-]

Large Java apps like Android Studio are not good at managing 8gb of RAM. Emulators are terrible as well. They don't play well with the swap feature.

thinkindie 2 hours ago | parent [-]

I believe the Neo doesn't necessarily target Android Studio users as their primary segment.

mschuster91 3 hours ago | parent | prev [-]

> I’m guessing it’s lingering PTSD from being stuck on underperforming systems with too little RAM that makes us buy much more RAM than we actually need

Mac devices have been able to get away with less RAM (and higher priced upgrades) for well over a decade. During the Intel era, they were the first ones to adopt SSDs as the default option while everyone else still installed spinning rust. That alone provides for way faster swap storage to conceal a relative "lack" of RAM.

And when they went for their own fully integrated stacks of soldered RAM and SSD? Then everything went off the rails - close proximity and no sockets means very low latency for both RAM and persistent storage on one side and on the other side it also allows for much higher bandwidth because of much cleaner signals - remember, even at "measly" hundreds of megahertz you're already in the territory requiring precise PCB design.

On top of that, macOS's scheduler seems to be much, much more efficient and outright better in constrained RAM (and CPU) settings to provide the feeling of "the system is still responding" than either Windows or Linux. The only setting where macOS goes into molasses is when you not just run out of RAM but of free disk space as well.