Remix.run Logo
runako 5 hours ago

> Can it run multiple programs at the same time?

I have used a M1 MacBook Pro, 16 GB, as my dev daily driver for many years. I generally never need to close any application.

Typical sample of apps concurrently in use:

- PostgreSQL (server)

- TablePlus (db client)

- Docker

- Slack

- Chrome

- Safari

- Zed

- Claude native

- ChatGPT native

- Zoom

- Codex

- Numbers

- Calendar

- the whole stack for whatever app I am building (Redis, Node, Rails, etc.)

With that persistent stack running, I can pretty comfortably launch whatever other apps I want to use: Office, Music, etc. I only see a beachball when I launch an Office app (they may not be native yet, I suspect it's emulating from x86).

I was skeptical that 16 GB would be enough. I bought this fully expecting to return it and buy one with more RAM. The Apple Silicon Macs are much more efficient with memory than even the Intel Macs. I believe some tech articles have been written on the why/how, but in practice you just don't need as much RAM as you think on Apple Silicon.

ewoodrich 4 hours ago | parent | next [-]

I’m confused, you’re talking about 16 GB of RAM but OP said:

  Having only 8 GB sucks unless you're using it as a terminal or media player.
I have the M1 MacBook Pro with 16 GB too and it’s fine for normal web development and multi tasking but that … really isn’t surprising?

I still regularly use a five year old Ideapad 14 Pro with 16 GB of RAM running Windows 11 and it’s also completely fine for dev work running servers/Docker/WSL2 VM/etc locally.

BugsJustFindMe 4 hours ago | parent | next [-]

> I’m confused, you’re talking about 16 GB of RAM but OP said: Having only 8 GB

Look at the list of things they said they have open. Divide in half and it's still a lot because that set of running software is very hungry. PostgreSQL, Slack, Docker, Brave, Cursor, and iTerm2 running on my system puts RAM usage at 23.5GB, and yet modern macs have both very good memory compression and also extremely fast swap. Most Mac users will never realize if they've filled RAM entirely with background software.

ewoodrich 2 hours ago | parent [-]

Thanks, I can see the point being that a smaller subset of that would work on 8 GB, but I don't think you can really just divide by half? (Considering a much larger portion of the 8 GB would be dedicated to base OS/unified GPU needs compared to the 16 GB model).

e.g. using hypothetical numbers: if base MacOS/typical GPU usage requires 4 GB, then the 8GB model would have 4GB available for running apps (but multiplied by memory compression/swap to fast SSD). Whereas the 16GB would have a much more comfortable 12 GB for multi-tasking in that scenario especially with the multiplier effect of compression/fast swap on top.

So it still feels like a bit of an apples to oranges comparison as far as what an 8 GB model could handle in real usage. I have a friend who does light dev work on an M1 Macbook Air so I don't think an average user would have issues on the Neo day to day, but using the 16 GB as a yardstick doesn't seem that useful.

BugsJustFindMe 2 hours ago | parent [-]

> Considering a much larger portion of the 8 GB would be dedicated to base OS

Sure, but, by the numbers I'm seeing, their much heavier load than mine would be waaaay into swap territory for them and is still doing just fine. That's really my point. That's why I think it's actually pretty reasonable to look at half their load and say "man, even half their load is a pretty heavy load for most people, so half their RAM will almost certainly be more than plenty for the target market".

Also, just for the info, my Activity Monitor says that the non-purgeable OS RAM (wired) usage is around 3GB on Tahoe 26.3.

runako 4 hours ago | parent | prev | next [-]

Sorry, I should have said that running that same stack on Windows/macOS Intel with 16GB resulted in tons of sluggishness in my experience. I would consider that a 32GB workload on Intel, so I was surprised that 16GB was enough for it.

To the major point of can it (Neo 8GB) run multiple programs at the same time, my experience would say it would have no issues doing so given what one can do in 16GB on lesser Mac hardware. (Maybe I am wrong and MacOS takes all 8GB for itself, but that seems far-fetched.)

ezfe 3 hours ago | parent | prev [-]

They're giving an example of a very heavy workload on 16GB. It stands to easy reasoning that a casual consumer could be fine on 8GB.

perardi 4 hours ago | parent | prev [-]

Office has been ARM/Apple Silicon-native for a while.

It’s just pig slow, even on my M3 Max MacBook Pro with 64GB of RAM.