swap feels like cheating

  • BCsven
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    3
    ·
    1 month ago

    Windows has swap too though

      • jrgd@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month ago

        Windows does have memory compression, though you can’t really change the algorithm or how aggressive it is. AFAIK it is just a toggle of on or off.

      • BCsven
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        2
        ·
        1 month ago

        yeah, in poweshell type Enable-MMAgent -MemoryCompression

        • Rustmilian@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          1 month ago

          That’s not that same. That’s closer to Zswap. “Enable-MMAgent -MemoryCompression” enables compressing inactive memory pages in RAM. Zram is 1 or more compressed block devices in RAM that can store a much larger variety of data.

          • BCsven
            link
            fedilink
            English
            arrow-up
            1
            ·
            30 days ago

            Yeah, I remember using ramdrive.sys in the DOS days to make a drive letter in memory to speed up our CAD software. My point was windows has similar tools for memory compression and drives, just that it is not as easily tinkeres with like Linux.

        • BCsven
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          2
          ·
          1 month ago

          And the next question, can you make a RAM drive? Yes ImDisk. Even DOS had ramdrive.sys

          • Rustmilian@lemmy.world
            link
            fedilink
            English
            arrow-up
            6
            ·
            edit-2
            1 month ago

            Zram offers way more flexibility and versatility compared to ImDisk.
            Zram can be used for swap space or as a general-purpose RAM disk. Unlike a traditional RAM drive, Zram can compress data using a nice hand full of algorithms, notably Zstd; allowing it to store more information within the same RAM capacity leading to faster I/O and efficient memory usage with minimal CPU usage; & LZO-RLE; offering the fastest compression and decompression speeds leading to faster data swapping between compressed and uncompressed states, potentially improving overall system performance. Also, ImDisk afaik only offers NTFS compression for RAM drives which is… well… pretty damn slow for this particular use comparatively.
            Additionally, Zram persistence can be configured with writeback devices. ImDisk typically doesn’t offer persistence.
            ramdrive.sys isn’t even worth talking about, it never had any kind of compression let alone anything else I mentioned previously.

            • BCsven
              link
              fedilink
              English
              arrow-up
              2
              ·
              edit-2
              30 days ago

              These things exist in windows (or as 3 party tool like RAWcopy etc for writeback) its just their OS is not setup to make tinkering a simple matter like in Linux. You don’t have to convince me as I’m already a Linux household since Windows10 came out. But the post was claiming Linux was superior because of Swap…Windows has this, so the meme is a bad one