this post was submitted on 13 Jun 2026
398 points (98.1% liked)

Technology

85391 readers
3804 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] tal@lemmy.today 4 points 16 hours ago* (last edited 15 hours ago) (1 children)

As long as you have paging space


and you almost certainly do


in general, an OS should page out pages of memory used by software that isn't being frequently used.

It's possible that the program is allocating memory and then keeps hammering it to keep it resident, but most of the time, a program allocating more memory than it absolutely requires isn't honestly that big a deal, because the OS will handle it reasonably and just leave it in the pagefile.

I don't know what the mechanism is to report this on Windows, but you might try looking in mmc (Windows-R mmc Enter), if that's still a thing in Windows 11, as it has a bunch of process resource usage graphs.

On Linux, you'll probably want to be looking at RSS to find what's actually in physical memory (well, there can be shared memory and some other things, but RSS is probably a reasonably approximation). You can see this in top.

searches

If this is current, Windows probably calls it "Working Set".

[โ€“] ryannathans@aussie.zone 3 points 15 hours ago

The problem with electron apps is that it's not unused or infrequently used memory