this post was submitted on 01 Nov 2024
1403 points (99.3% liked)

linuxmemes

21207 readers
61 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Draconic_NEO@lemmy.world 37 points 6 days ago* (last edited 6 days ago) (13 children)

    Gives a lot of Space for running Virtual machines.

    Also browsers can chew that up fast if you have a lot of tabs, Firefox has managed to do it a few times. At least until I started limiting its RAM to 8GB (best decision ever)

    Limit Firefox to 8GB of RAM .desktop file

    [Desktop Entry]
    Version=1.0
    Name=Firefox RAM limit 8GB
    GenericName=Firefox Ram limit 8GB
    Comment=Limit RAM for Firefox to 8GB;
    Exec=systemd-run --user --scope -p MemoryLimit=8G firefox
    Icon=firefox
    Type=Application
    Terminal=false
    Categories=Utility;Development;
    StartupWMClass=Firefox
    

    (To use it with other apps like Chrome or Electron apps just replace the command at the end, and startup class with the ones from the program you'd like to run. Icon and Name changes are optional but might be desirable so you remember what app it is for).

    [–] uis@lemm.ee 5 points 6 days ago* (last edited 6 days ago) (2 children)

    Alternatively you can open about:config and limit memory usage there. For example limit in-memory cache.

    EDIT: it seems firefox doesn't allow to set RAM limits yet, only cache sizes

    [–] Draconic_NEO@lemmy.world 1 points 2 days ago

    Something I didn't consider when answering earlier is that even if Firefox did have good RAM usage limiting built-in I probably still wouldn't use it or recommend it, because one of Firefox's biggest problems is that it leaks. And memory leaks will not be negated by Firefox's built-in RAM limiter but they will be by systemd's (or anything else you might be using instead) Firefox would still crash in the event of a leak but it's still better than it taking gnome or other apps with it, or freezing your system entirely.

    load more comments (1 replies)
    load more comments (11 replies)