• Veraxus@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 months ago

    My basic web dev Docker suite uses about 13GB just on its own, which - assuming you were on 16GB (double Apple’s minimum) - wouldn’t leave much for things like browser tabs, which also eat memory for breakfast.

    A fast swap is not an argument to short-change on RAM, especially since SSDs have a shorter lifespan than RAM modules. 16GB remains the absolute bare minimum for modern computing, and Apple is making weak, ridiculous excuses to pocket just a few extra bucks per MacBook.

    • accideath@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      Playing devils advocate here: As someone who deals with stuff like that, you also wouldn’t buy the base model mac. The average computer user can get by with 8GB just fine and it’s not like you can’t configure Macs with more than that.

      That of course doesn’t justify the abhorrent price of the upgrades…

      • PraiseTheSoup@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        6 months ago

        The average computer user can get by with 8GB just fine

        Hard disagree. The average computer user is idling at 5gb already because the average computer user is stupid.

        • accideath@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 months ago

          Still leaves 3gb for the web browser and the average user isn’t using anything else anyways. And even on chrome that’s quite a few pages.

        • accideath@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 months ago

          Maybe you’re not an average user then. Most people just browse the web and maybe manage some photos or fill out a document once in a while. You could do that on 4GB if you wanted to, let alone 8.

    • hector@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      Wow! 13GB! I did some heavy stuff on my computer with like a shit ton of Docker servers running together + deployment and I never reached 13GB!

      Without disclosing private company information lol what are you doing ;)

      • Veraxus@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        6 months ago

        Running a suite of services in containers (DBs, DNS, reverse proxy, memcached, redis, elasticsearch, shared services, etc) plus a number of discreet applications that use all those things. My day-to-day usage hovers around 20GB with spikes to 32 (my max allocation) when I run parallelized test suites.

        Dockers memory usage really adds up fast.

      • ben_dover@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        6 months ago

        not OP, but I have to run fronted and backend of a project in docker simultaneously (multiple postgres and redis dbs, queues, search index, etc., plus two webservers), plus a few browser tabs and two VSCode instances open, regularly pushes my machine over 15gb ram usage

        pretty much like this