this post was submitted on 06 May 2026
320 points (97.9% liked)

linuxmemes

31318 readers
1075 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.
  • Don't come looking for advice, this is not the right community.
  • 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
     
    top 21 comments
    sorted by: hot top controversial new old
    [–] RiderExMachina@lemmy.ml 2 points 7 hours ago

    Can I make it z-any more obvious?

    [–] mazzilius_marsti@lemmy.world 1 points 6 hours ago

    theres zswap?

    [–] DonutsRMeh@lemmy.world 4 points 16 hours ago

    Just switched to zswap on my cachyOS install and I can feel the difference. I had freezes where the system chugs when I have several processes running. Now, I don't get them anymore. Not gonna pretend that I understand everything about them fully, but I searched online and some folks recommended zswap and I went with it.

    [–] EmK@lemmy.ca 26 points 1 day ago (3 children)

    Just to be super nerdy, here's an amazingly well-written article on the subject from someone with a lot of credibility: https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html

    tldr; prefer zswap

    [–] moonpiedumplings@programming.dev 8 points 18 hours ago* (last edited 18 hours ago)

    In my testing, zram has much, much better compression than zswap.

    The points about LRU inversion, cgroups, and so on are valid, but at the end of the day, I don't really care. I was able to open as many firefox tabs as I wanted with zram, but I could not do so with zswap, and that's what matters to me.

    The author of a blogpost is a facebook engineer. Millions of ultra high performance Linux servers are a very different usecase than a single desktop. It's perfectly reasonable for a solution for one to not be appropriate for the other.

    [–] avidamoeba@lemmy.ca 48 points 1 day ago* (last edited 1 day ago) (1 children)
    [–] ElectroLisa@piefed.blahaj.zone 29 points 1 day ago (1 children)

    sudo swapon /deeznuts is my favourite as it's a valid command

    [–] avidamoeba@lemmy.ca 6 points 1 day ago (1 children)

    You have to fallocate /deeznuts first.

    [–] forestbeasts@pawb.social 3 points 19 hours ago

    or dd(eeznuts) it!

    [–] muusemuuse@sh.itjust.works 23 points 1 day ago (1 children)

    I never could get a clear understanding of these. I just throw a partition on the nvme for swap as a failover. If it starts to fill, treat it like the countdown timer in uplink.

    [–] barryamelton@lemmy.world 7 points 1 day ago

    upvote for uplink reference.

    [–] jimmux@programming.dev 22 points 1 day ago (1 children)

    Is it possible to have both? I'm finding zram works well until it doesn't.

    I got corrected some time ago about this, it seems it's possible, but not advisable. Like, if zram started, zswap will disable itself.

    If you want to test zswap, you could create a swap file, disable systemds zram service and put the zswap variables into the kernel variables, also checking if swappiness is at the normal values, instead of the tuned ones for zram.

    [–] milagemayvary@mstdn.social 11 points 1 day ago (1 children)

    @potatoguy

    I use default Debian settings for zram myself, simple setup.

    Never experienced slowdowns, got my Raspi4 using it + utilizing a tmpfs.

    Got a luanti server with the world sqlite data base living on the tmpfs which is very snappy & utilize a mildly complex script that utilizes rsync to copy from ssd to tmpfs at start & only the changes back to the ssd at shutdown.

    Now when you want to do larger tasks that require gobs of space or you're using nvmes, Ive read that zswap is better.

    @milagemayvary@mstdn.social

    Yeah, I used zram on the past, it's really good, but some OOMs and stutters under high memory pressure made me change to zswap with lz4, it's a very intelligent cache for these high memory use scenarios. But mounting a directory directly to memory is a very needed feature for zswap hahaha.

    [–] starik@lemmy.zip 1 points 1 day ago (1 children)