• hector@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 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 ;)

    • ben_dover@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      11 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

    • Veraxus@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 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.