For those who couldn’t read the Linux GUI:

  • Windows used 3.4 GB / 8GB
  • Linux used 800 MB/ 8 GB
  • Avid Amoeba@lemmy.ca
    cake
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    7 months ago

    This isn’t quite true. The system does recover. The mechanism doing the recovery is the kernel OOM killer which begins to shoot processes to free up RAM. Now whether or not the processes you care about survive or not and whether they lost any data you care about is a different question. 🤭 That’s a problem elegantly solved on Android by the introduction of its more complex lifecycle which provides data persistence guarantees.

    • kpw@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      7 months ago

      There is EarlyOOM which you can configure to shoot processes except the ones you care about.