Possibly related:

screen shot of memory usage by app, showing Firefox using over 18GB of RAM

I also don’t understand why every chat app needs 1GB of RAM to itself.

  • Matriks404@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    11 小时前

    I got surprised like two days ago when I got a desktop notification that Linux kernel killed a process, because there was no memory available, or something like that. I didn’t know it can do that, lol.

    • srestegosaurio@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 小时前

      Pretty useful for not getting locked out. It can be finetuned if you want to assign priorities and that.

      It is usually handled by systemd-oomd.

  • Oinks@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    27
    ·
    edit-2
    1 天前

    Many people who don’t know what they’re talking about in this thread. No, used memory does not include cached memory. You can confirm this trivially by running free -m and adding up the numbers (used + cached + free = total). Used memory can not be reclaimed until the process holding it frees it or dies. Not all cached memory can be reclaimed either, which is why the kernel reports an estimate of available memory. That’s the number that really matters, because aside from some edges cases that’s the number that determines whether you’re out of memory or not.

    Anyway the fact that you can’t run Linux with 16GB is weird and indicates that some software you are using has a RAM leak (a Firefox extension perhaps?). Firefox will use memory if it’s there but it’s designed to cope with low memory as well, it just unloads tabs quicker so you have to reload often. There are also extensions that make tab unloading more aggressive, maybe that would help - especially if there’s memory pressure from other processes too.

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      3
      ·
      1 天前

      Yeah the cache as part of used memory theory didn’t stack up. This comment (sorry, Lemmy probably doesn’t handle the link well) showed 54GB in use, 30GB cached, and 13GB available. 54+12 = 67GB total so cached doesn’t seem to be counted as in use since it should be counted as free (mostly).

      In the end, I’m pretty sure it’s a memory hog website. It kept filling up until GNOME crashed and I lost my progress (I was trying to order prints for 1000 photos on a horrible website that made me change settings one photo at a time, and the longer I took the more RAM filled up).

      Anyway the fact that you can’t run Linux with 16GB is weird

      I mean, it runs fine. It’s more how I’m using it. Firefox 4GB, Element 1GB, Signal 1GB, Beeper 1GB, Steam 2GB, Joplin 1GB. That’s all just open and idle (chats and Steam don’t even have windows, just background) and are the minimum I would have open at any point. That’s already 10GB. By the time I open a couple of windows in a Jetbrains IDE or a particularly demanding website and suddenly it’s suffocating.

  • Jhex@lemmy.world
    link
    fedilink
    arrow-up
    41
    arrow-down
    1
    ·
    2 天前

    many Linux distros are optimized to use as much available RAM as possible, free RAM is wasted RAM

    Most would still run with a lot less anyway

        • Dave@lemmy.nzOP
          link
          fedilink
          arrow-up
          7
          ·
          2 天前

          Correct. If I had a lot of stuff open (I like to keep stuff open for when I get back to it) then the whole system was slow and would sometimes lock up completely. I needed to close things to keep it stable.

          • Jhex@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            1 天前

            something is wrong. I have a gaming rig I also use for work, it has 16GB on it and I have never strugled running anything

            I dont know what you mean by a lot but i normally have 10 sites opened (including ms 365 garbage), teams, omnissa client, a few specs usually PDFs, signal, deezer all running on Hyprland and it runs smooth like butter

            • Dave@lemmy.nzOP
              link
              fedilink
              arrow-up
              1
              ·
              22 小时前

              So if we say Firefox is using 4GB which seems pretty normal, then add on normal background apps Element, Beeper, Signal, Caprine, each using 1GB with no window open for some reason. Steam uses 2GB just to run in the background. The only window open is Firefox and I’m already at 10GB without counting what the system needs.

              I normally also have Joplin open, there’s another 1GB. And Nextcloud in the background + Betterbird for email, together another 1GB.

              Now if I want to actually do something, I might open a JetBrains IDE like PHPStorm which if I open 2 windows with 2 different projects could easily take 4GB.

              • Demdaru@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                ·
                10 小时前

                You just discouraged me from linux lol. Steam using 2GB RAM in the background? Am I understanding this correctly?Because on Win 10 it uses ~350 MB, even with open window.

                • Dave@lemmy.nzOP
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  9 小时前

                  It’s hovering more like 1.7GB right now, with 1GB shared RAM (I don’t really get what that is in regards to the 1.7GB in use).

                  I’m also running Bazzite, a gamer-focused linux distro, but it is special. It’s an atomic distro, meaning instead of the traditional way of updates where the update program installs each of hundreds of components, in an atomic distro you get the whole update as a block. All files except the user space are read only, and so almost any application you install will instead be a containerised flatpak because otherwise it might get overwritten by an update (you can still install things the old way, sort of, but it’s heavily discouraged and a last resort.

                  Steam also has a *.deb for Debian based distros (e.g. Ubuntu or Mint in addition to actual Debian). A native application probably uses less RAM than a containerised version, I’m guessing.

                  Don’t let my weird system put you off. Linux is a fun adventure! For me, jumping around different distributions from time to time is part of the fun 🙂

          • Hugin@lemmy.world
            link
            fedilink
            arrow-up
            8
            ·
            2 天前

            Linux isn’t going to help much when the applications are using a lot ram. Firefox is an absolute ram hog linux or windows. Linux is just going to use less of the ram for it self.

            • Dave@lemmy.nzOP
              link
              fedilink
              arrow-up
              3
              ·
              2 天前

              Oh the applications sure were using a lot of RAM, I can’t deny that.

  • SuperSpruce@lemmy.zip
    link
    fedilink
    arrow-up
    15
    ·
    2 天前

    I have a memory consumption issue with Ubuntu, because I stupidly set up the system to have 0 swap. This means under high memory pressure, the entire system could suddenly crash.

    To be fair, Windows isn’t a shining beacon either because whenever I attempt something very GPU intensive like running local LLMs the GPU overheats in a split second before the fans have time to spin up and the entire system shuts down.

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      5
      ·
      2 天前

      How does that happen? Shouldn’t the GPU and CPU have thermal throttling so even under intense loads it just slows down to keep temps down?

      When I play games on my laptop the integrated graphics are at 100% most of the time but it doesn’t cause the system to crash.

      • SuperSpruce@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        1 天前

        So the system is a gaming laptop which might explain things. The CPU has liquid metal for cooling and a lower TDP so it’s fine. Whereas the GPU has a higher TGP and if ran hard draws like 120W. If the GPU fans are not already on this quickly overwhelming the GPU thermally.

        • Dave@lemmy.nzOP
          link
          fedilink
          arrow-up
          1
          ·
          22 小时前

          Weird. If I was going to saturate my GPU, I’d pick an intensive game. Seems odd that a gaming laptop might get overwhelmed and shut off if a game is too intensive? Or is is something special about LLMs that make it the Archilles’ heel?

          • SuperSpruce@lemmy.zip
            link
            fedilink
            arrow-up
            1
            ·
            2 小时前

            I’m not the type to run super intensive games, and even those games have plenty of warm up time in the form of a loading screen.

            That being said, I have had instances of my entire system shutting down due to a graphically intensive game, but it’s much rarer than when running a local LLM.

  • zen!th@lemmy.world
    link
    fedilink
    arrow-up
    85
    ·
    edit-2
    2 天前

    every chat app might use ~1GB because most of them are electron apps, which all spawn their own instance of chromium

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      2
      ·
      2 天前

      This site says Linux calls cached RAM “free” but in my screen shot it’s definitely being shown as “used”. I guess this is a choice of this app?

        • Dave@lemmy.nzOP
          link
          fedilink
          arrow-up
          3
          ·
          2 天前

          Well top currently shows:

          MiB Mem :  64076.1 total,   2630.3 free,  51614.1 used,  34046.9 buff/cache     
          MiB Swap:   4096.0 total,      2.3 free,   4093.7 used.  12462.0 avail Mem 
          

          While the “Mission Center” app shows:

          67GB RAM total, 54GB RAM in use. 12GB available. 29GB cached.

          • mexicancartel@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            5
            ·
            1 天前

            Subtract cached and free from total to get actual usage Htop shows visually though with cached as yellow or so I think you are using about 30 gb ram.

            Honestly, apart from firefox, what are you running? Does that include vms? I have 8GiB ram(7.1 usable) and uses like 1.8gb on idle and about 5-6.5gb on my personal highest usage

            • Dave@lemmy.nzOP
              link
              fedilink
              arrow-up
              1
              ·
              22 小时前

              No VMs. The RAM usage kept climbing until I was crashed out to the login screen and lost everything that was open. It seemed to be a particular website that gobbled RAM.

                • Dave@lemmy.nzOP
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  18 小时前

                  It sure does. I’ve never cracked 30GB RAM before. The site is doing something weird, for sure. Though I feel like Firefox should catch this before the OS crashes.

            • Dave@lemmy.nzOP
              link
              fedilink
              arrow-up
              3
              ·
              21 小时前

              The RAM use kept growing until it locked up and I got booted back to the login screen, losing everything unsaved. Now it’s back to normal but when I run free -m the numbers match what’s in the GUI.

              I’m pretty sure the culprit was a website for uploading photos for printing. Something odd about it, I did upload 1,000 photos at about 2GB total, but it was sucking up RAM Like crazy. Firefox was using some fifty-something GB of RAM.

              • Rin@lemm.ee
                link
                fedilink
                arrow-up
                2
                ·
                9 小时前

                Oh fuck… JS developers getting lazy again :( sorry about that

  • crt0o@lemm.ee
    link
    fedilink
    arrow-up
    111
    arrow-down
    1
    ·
    2 天前

    Solution: if you only have 4GB ram, nothing can use more than 4GB

      • unhrpetby@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 天前

        Unless you have the vm.overcommit_memory sysctl set to 2, and your overcommit is set to less than your system memory.

        Then, when an application requests more memory than you have available, it will just get an error instead of needing to be killed by OOM when it attempts to use the memory at a later time.

          • unhrpetby@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            2 天前

            Yes. Memory allocated, but not written to, still counts toward your limit, unlike in overcommit modes 0 or 1.

            The default is to hope that not enough applications on the system cash out on their memory and force the system OOM. You get more efficient use of memory, but I don’t like this approach.

            And as a bonus, if you use overcommit 2, you get access to vm.admin_reserve_kbytes which allows you to reserve memory only for admin users. Quite nice.

      • devfuuu@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        9
        ·
        2 天前

        I’ve used Linux for years and never in my life have I seen anything crash or close because of a oom killer. It’s myth for me that it exists. Me looking at my firefox occupying 6GB of the 8GB ram and opening intellij so it becomes full and swap is on 3GB.

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      8
      ·
      2 天前

      I had one stick of 16GB and it was not enough. I was going to get a second stick, but said screw it and got two 32GB (it’s a laptop and only has two slots).

      • ma1w4re@lemmy.zip
        link
        fedilink
        arrow-up
        8
        ·
        2 天前

        How does that even happen 💀💀 I have 2x8gb, usually have teams open, Firefox, telegram, a virtual machine with windows 10, a few IDEs and it usually only takes 10-12gb max mostly due to the vm requiring flat 8 gigs

        • palordrolap@fedia.io
          link
          fedilink
          arrow-up
          3
          ·
          2 天前

          This is probably down to decimal versus binary unit prefixes. As far as I’m aware, RAM is almost always still power of two kibi-, mebi- or gibibytes, unlike more permanent storage, and it often gets the kilo-, mega- and giga- prefixes regardless.

          In other words, if you mix up thousands and 1024s you can get 64×1024×1024×1000 (whoops) which is roughly 67 billion.

          • d00phy@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            ·
            2 天前

            This being a laptop, is it possible there’s 4GB soldered plus the 2 DIMM slots? I think I’ve seen something similar on a thinkpad.

  • miss_demeanour@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    80
    ·
    edit-2
    2 天前

    It’s already been explained elsewhere, but the cache can be free, as needed - that’s how linux works.
    There’s 57+ GB available ram, yet.

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      26
      ·
      2 天前

      Yip, got that now. I misunderstood, as it’s different to Windows, which shows cached memory as free since it’s available to apps as needed.

      • Lifter@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        1 天前

        You could probably configure your system monitor to show available memory - that is memory available given that cache can be dropped - rather than free memory that should always be as close to zero as possible.

        • Dave@lemmy.nzOP
          link
          fedilink
          arrow-up
          3
          ·
          1 天前

          Well in a turn of events, the stupid photo printing website I was using just kept filling RAM up until it was full then GNOME crashed me back to the login page.

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    26
    ·
    2 天前

    Don’t be confused by cached ram, be confused by the oom killer activating while you have plenty of swap and for some reason it kills the shell you ran Firefox from.

    If you want to go on a memory allocation adventure try disabling memory overcommit 🥲

    • nixigaj@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      2 天前

      systemd-oomd with its memory pressure model never really worked for me, even after configuring it to be fairly aggressive. My system still irreversibly locks up the second the memory and swap touches 100%. earlyoom with its more primitive model works much better and actually kills processes before the memory and swap hits the ceiling. Combine this with a 2x RAM size swap file and desktop Linux is finally as stable as Windows and macOS. It is just a shame that distros do not configure generous, dynamically growing, swap files and a good oom killer by default, and you have to discover this fundamental problem of the Linux kernel yourself on multiple different devices before realizing what you actually need to do to fix these random freezes.

    • Fizz@lemmy.nz
      link
      fedilink
      arrow-up
      7
      ·
      2 天前

      If you’re out of ram and using swap thats when the oom killer should be killing. Swap is not ram.

  • cloudless@piefed.social
    link
    fedilink
    English
    arrow-up
    37
    ·
    2 天前

    Does it mean 35.1 GB out of the 44.3 GB is actually cached? Then you have quite low actual RAM usage considering you have 67 GB.

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      4
      ·
      2 天前

      Oh good question. Now I’m wondering. 44+35 is bigger than the 67GB I have, but normally I would expect pretty much all the RAM to hold cached data, where some is also marked as free in case a process needs it.

      Can someone explain this memory screen, as your question has raised many more for me!

      • Fenderfreek@lemmy.world
        link
        fedilink
        arrow-up
        14
        ·
        2 天前

        “Cache” means space used for disk caching. It’s free to be used for processes as needed, but the system consumes idle RAM until then to speed things up, so it’s technically not “free”, even though it isn’t used by system processes. In Linux, used - cache gives you the actual consumption by processes.

        • Dave@lemmy.nzOP
          link
          fedilink
          arrow-up
          6
          ·
          2 天前

          Thanks, someone else also mentioned this. Cached is considered used in Linux, where as in Windows it’s considered free since applications can use it if they need it even though it holds data.

  • Killer57@lemmy.ca
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    2 天前

    18gb is nothing, my Firefox regularly eats 70gb (30gb is the normal load I see after browser restart) 18gb is nothing, my Firefox regularly eats 70gb

    • Dave@lemmy.nzOP
      link
      fedilink
      arrow-up
      4
      ·
      2 天前

      Well having 64GB RAM has been a huge boost to how fast everything feels so this checks out.

        • Dave@lemmy.nzOP
          link
          fedilink
          arrow-up
          1
          ·
          22 小时前

          I don’t remember those days. I used Windows 3.1 (with DOS for games) at a relatives house, but it was too early for me to understand about the hardware. We also had some Apple computers at school with I think 5 1/4" floppy disks but again I didn’t really get technically savvy until I was older.

          The first PC we had at home was Windows 95. I seem to recall we had a pretty decent amount of RAM. Maybe 32MB or perhaps even 64MB.

          • Treczoks@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            11 小时前

            I used an Apple II at school, but that was already the fourth computer I worked with. The first was a one-board computer with an LCD and one kilobyte of RAM, the second was a TI99/4A with 16 KB, and the third was a C64. I never had a PC running Windows as a main OS, but one of my earlier PCs had win95 as an alternative boot for gaming only.

            • Dave@lemmy.nzOP
              link
              fedilink
              arrow-up
              2
              ·
              9 小时前

              I know my wife had some computer in her family earlier than we did in mine, it had a black and green screen (as in the screen only showed those colours). Not sure what it was, but it must have been the 80s I’d guess.

              Looking through the wikipedia page for the Apply II I’m pretty sure one of the variations is what we had at school that I was referring to. I find it really hard to remember back that far, though!

              I used Windows through to when I got a Mac for a while and used OSX (it was during the intel CPU period and I dual booted Windows). I had tested out various Linux distros over the years and always had a live linux CD just in case I needed to rescue a computer, but didn’t use it as a daily driver until I got my current laptop about 3 years ago. I switched from Windows to Linux cold turkey, no dual boot. I figured most things are in the browser these days anyway. The only thing I’ve never solved is that my scanner will scan at 1200DPI in Windows but never more than 300DPI in Linux. I have drivers downloaded from the Brother website but it doesn’t help 🙁. So I have to use my wife’s Windows laptop if I want to scan photos.