• @madcat451@lemmy.world
      link
      fedilink
      5411 months ago

      Enterprise server use mainly, to minimize downtime, which is a huge deal there. On the consumer level it doesn’t have much purpose.

  • Nik282000
    link
    fedilink
    3011 months ago

    Meanwhile, Windows requires you to buy a new license if you change your mouse.

    • Billegh
      link
      fedilink
      311 months ago

      That’s not entirely true. You can get a universal mouse license that will cover up to twenty approved mouse changes.

  • @corroded@lemmy.world
    link
    fedilink
    1511 months ago

    I don’t understand how this is an advantage. Yes, you can swap RAM with the system powered up, but what happens to the information in the module that was removed? Is the OS doing some kind of RAID-like memory allocation? The article wasn’t clear on how this would actually work.

    • Nomecks
      link
      fedilink
      1611 months ago

      Servers have had memory mirroring as a feature for years. This seems like a cool extension of that technology. It would be an advantage in some systems where scaling out isn’t an option and single node availability needs to be as high as possible.

    • Ephera
      link
      fedilink
      1611 months ago

      Apparently, there’s some coordination mechanism, where you tell the OS that you want to remove a certain memory stick, so it moves all the memory onto other RAM sticks (or uses paging to move it to your hard drive). Only then would you actually physically unplug the memory stick.

      See, for example: https://docs.kernel.org/admin-guide/mm/memory-hotplug.html
      (Mind that this is kernel documentation. If you actually want to do this, there’s probably some CLI program to make it easier.)