Stop making swap partitions–use swap files instead

(gist.github.com)

18 points | by jenders 2 days ago ago

7 comments

  • gucci-on-fleek a day ago ago

    Probably not a great idea if you're using btrfs [0].

    [0]: https://btrfs.readthedocs.io/en/latest/Swapfile.html#:~:text...

    • eqvinox a day ago ago

      I wonder if it works [reliably] on ZFS…

  • eqvinox a day ago ago

    Anything that does

      create file
      chmod 0600 file
    
    should be

      umask 077
      create file
    • SeriousM 18 hours ago ago

      Foe the ones, like me, who didn't know why you recommended that:

      By setting umask 077 first and then creating the file, the file gets created with the correct restrictive permissions (0600) in one step instead leaving the file readable for "everyone" for a moment.

  • _davide_ a day ago ago

    just buy more RAM, it's cheap enough...

    • malkocoglu 18 hours ago ago

      Where do you live ? Must be some magical place where RAM is cheap !

  • avadodin a day ago ago

    Thank you for your opinion, Bill.

    Just kidding, I agree with the sentiment. It's 2026 not 1976. You don't need separate physical partitions for most use cases.