this post was submitted on 07 Apr 2024
375 points (97.2% liked)

linuxmemes

21192 readers
552 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
     

    this is right after closing qemu-kvm

    you are viewing a single comment's thread
    view the rest of the comments
    [–] RustyNova@lemmy.world 36 points 7 months ago* (last edited 7 months ago) (20 children)

    I keep hitting the cache on my 32gb laptop. So yeah, I'm using it.

    But I made the dumb mistake of using a swap partition instead of a swap file

    [–] 3rat@lemmy.world 25 points 7 months ago (14 children)

    What are the differences between swap a cache file? Why do you prefer the last one?

    [–] jodanlime@midwest.social 17 points 7 months ago (6 children)

    https://wiki.archlinux.org/title/swap#Swap_file

    I call them swap files but either is correct.

    A swap partition is a part of your storage disk that is formatted for swap use. It could also be it's own disk for high performance systems, but mostly for HPC.

    A swap file is basically an empty disk image file that you mount as swap, the OS will use it just like a swap partition.

    I prefer swap files because I find them easier to manage. I can easily delete, move, or enlarge the swap file whereas the partition will take a bit more work and is a bit riskier to change. Changing partition layouts can get very messy.

    I always recommend a swap file be created when setting up a new Linux machine, even if you have loads of RAM. Some applications will use swap space to help performance, but I also like the fact that if I do something really dumb and fill up the root partition I can delete my swap file to free up space immediately, fix the full disk problem, and then recreate the swap file.

    [–] 3rat@lemmy.world 6 points 7 months ago

    Thank you for your detailed explanation.

    load more comments (5 replies)
    load more comments (12 replies)
    load more comments (17 replies)