logoalt Hacker News

JohnBootytoday at 1:41 AM1 replyview on HN

    OTOH, for my development Mac, I have 64GB of RAM. 
    (Though 32GB would probably be fine.)
32GB is starting to feel like a minimum for a common workflow: Dockerized development + git worktree + Claude Code or equivalent for working on multiple branches at once.

Definitely brings our engineers' 24GB MBPs to their knees primarily b/c of the RAM chewed up by those multiple Docker instances.

Will 32GB also start looking paltry soon? It's hard to say. I want to say the realistic upper limit is 3-4 simultaneous worktrees for a given developer (at this point the developer becomes the bottleneck again?) but it's a wild guess that may be hilariously low.


Replies

st3fantoday at 2:10 AM

Weird .. I easily run 40 docker containers on an 8GB MacBook just fine!

(Just posting this to show that you have to be very specific when talking about these kind of things. Yeah maybe you need 32GB because you run some large deployment 3 times. Others mayb be totally fine with less if they just develop a basic Python web app. Who knows. The devil is in the details. Omitting them makes the discussion ambiguous and just difficult.)