5
submitted 1 month ago* (last edited 1 month ago) by Dave@lemmy.nz to c/linuxmemes@lemmy.world

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.

top 50 comments
sorted by: hot top controversial new old
[-] Obnomus@lemmy.ml 5 points 1 month ago

You can really download more ram if you use cloud storage as swap

[-] Dave@lemmy.nz 2 points 1 month ago

That sounds like a performant way to run a system!

[-] Obnomus@lemmy.ml 1 points 1 month ago

Someone really did it

[-] bigboismith@lemmy.world 4 points 1 month ago

Hey, unused memory is wasted memory

[-] unhrpetby@sh.itjust.works 1 points 1 month ago* (last edited 1 month ago)

If by "unused" you mean not actively storing data, then the Linux kernel docs disagree.

vm.min_free_kbytes

[-] crt0o@lemm.ee 3 points 1 month ago

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

[-] truthfultemporarily@feddit.org 1 points 1 month ago

It absolutely will try, it just gets killed by the oom reaper.

[-] unhrpetby@sh.itjust.works 2 points 1 month ago

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.

[-] possiblylinux127@lemmy.zip 0 points 1 month ago

Isn't there a trade off though?

[-] unhrpetby@sh.itjust.works 2 points 1 month ago* (last edited 1 month ago)

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.

[-] Jhex@lemmy.world 2 points 1 month ago

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.nz 0 points 1 month ago

Mine was definitely not handling 16GB...

[-] Jhex@lemmy.world 0 points 1 month ago

what do you mean? not working well with 16 gb??

[-] Dave@lemmy.nz 0 points 1 month ago

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.

[-] Hugin@lemmy.world 3 points 1 month ago

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.nz 1 points 1 month ago

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

[-] Jhex@lemmy.world 0 points 1 month ago

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.nz -1 points 1 month ago

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 0 points 1 month ago

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.nz 1 points 1 month ago

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 πŸ™‚

[-] simop_jo@lemmy.world 1 points 1 month ago

I was running mint with 4gb with steam and signal on background as well as Firefox with 2 tabs open. Not perfect but definitely usable

[-] vrighter@discuss.tchncs.de 1 points 1 month ago

every chat app needs over a gig of ram to itself for "developer productivity"

[-] irelephant@lemmy.dbzer0.com 1 points 1 month ago
[-] Dave@lemmy.nz 0 points 1 month ago

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?

[-] irelephant@lemmy.dbzer0.com 1 points 1 month ago

Most likely, try running htop or top (can't remember which is which) in a terminal.

[-] Dave@lemmy.nz 0 points 1 month ago

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 1 points 1 month ago

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.nz 0 points 1 month ago

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.

[-] uranibaba@lemmy.world 0 points 1 month ago

That sounds like a memory leak.

[-] Dave@lemmy.nz 0 points 1 month ago

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.

[-] uranibaba@lemmy.world 2 points 1 month ago

The OS crasching before Firefox seems weird. The OS should kill the offending process to free up memory for its own use. I wonder what went wrong.

[-] Dave@lemmy.nz 2 points 1 month ago* (last edited 1 month ago)

Possibly related? https://github.com/canonical/checkbox/issues/727

GNOME being killed by oom-killer in Ubuntu. I guess for some reason GNOME was killed for me instead of Firefox? Even though I'm on Bazzite.

[-] uranibaba@lemmy.world 2 points 1 month ago

Haha! Could be it. πŸ˜‚

[-] Ozonowsky@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

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

[-] Jankatarch@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

I love how out of every single graphics backend option they chose the chromium Chrome is known for not slowing down after 3 tabs.

[-] Dave@lemmy.nz 1 points 1 month ago

Ah that makes sense.

[-] miss_demeanour@lemmy.dbzer0.com 1 points 1 month ago* (last edited 1 month ago)

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.nz 1 points 1 month ago

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 1 points 1 month ago

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.

[-] Matriks404@lemmy.world 1 points 1 month ago

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 1 points 1 month ago

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 1 points 1 month ago* (last edited 1 month ago)

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.nz 2 points 1 month ago

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.

[-] Killer57@lemmy.ca 0 points 1 month ago* (last edited 1 month ago)

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.nz 0 points 1 month ago

Wait, everyone is saying cached is part of the used memory but yours shows more cached than in use?

[-] uranibaba@lemmy.world 0 points 1 month ago

https://man7.org/linux/man-pages/man5/proc_meminfo.5.html

Cached %lu

In-memory cache for files read from the disk (the page cache). Doesn't include SwapCached.

Cached should be memory stored on HDD and not RAM.

[-] Dave@lemmy.nz 1 points 1 month ago

Ah so cached is the disk cache and it sounds like this is not part of the "used" memory.

[-] uranibaba@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

This link has more information that looks relevant: https://askubuntu.com/questions/89219/is-there-a-difference-between-swap-and-cache-memory

Disk Cache memory: This are chunks of the physical memory, the RAM, used to store files. That way when a program needs to read the file, it's fetched from memory instead of the hard disk. This is done because memory is way faster.

Swap: This is a place on the hard disk (usually a dedicated partition) that is used to store programs or data that can't fit in memory, like when a program grows more than the available memory. SWAP is way slower than RAM, so when you hit swap the computer gets slower, but at least the program can work. In linux swap is also used to hibernate, or to move low used program out of memory to allow more space to the disk cache.

[-] cloudless@piefed.social 0 points 1 month ago

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.nz 1 points 1 month ago

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!

this post was submitted on 06 Jun 2025
5 points (85.7% liked)

linuxmemes

26258 readers
155 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS