I got 32 additional GB of ram at a low, low cost from someone. What can I actually do with it?

    • Onno (VK6FLAB)@lemmy.radio
      link
      fedilink
      arrow-up
      17
      ·
      6 days ago

      I realise that you are making a joke, but here’s what I used it for:

      • Debian VM as my main desktop
      • Debian VN as my main Docker host
      • Windows VM for a historical application
      • Debian VM for signal processing
      • Debian VM for a CNC

      At times only the first two or three were running. I had dozens of purpose built VM directories for clients, different hardware emulation, version testing, video conferencing, immutable testing, data analysis, etc.

      My hardware failed in June last year. I didn’t lose any data, but the hardware has proven hard to replace. Mind you, it worked great for a decade, so, swings and roundabouts.

      I’m currently investigating, evaluating and costing running all of this in AWS. Whilst it’s technically feasible, I’m not yet convinced of actual suitability.

    • webghost0101
      link
      fedilink
      arrow-up
      7
      ·
      6 days ago

      I unironically do this in proxmox. Keeps things nice and separate and i still have plenty ram left.

        • Onno (VK6FLAB)@lemmy.radio
          link
          fedilink
          arrow-up
          5
          ·
          6 days ago

          In my case, I’m not a fan of running unknown code on the host. Docker and LXC are ways of running a process in a virtual security sandbox. If the process escapes the sandbox, they’re in your host.

          If they escape inside a VM, that’s another layer they have to penetrate to get to the host.

          It’s not perfect by any stretch of the imagination, but it’s better than a hole in the head.

        • webghost0101
          link
          fedilink
          arrow-up
          2
          ·
          6 days ago

          I do use LXC but those are still pretty much a virtual machine.