Add resources for swap (#5850)

I thought these two were the most interesting articles on the subject.

Also provides examples on how to do it.
pull/5854/head
Wesley Blake 5 months ago committed by GitHub
parent 4b12137077
commit 17f5ca3cb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md

@ -18,4 +18,7 @@ mkswap /swapfile # sets up the Linux swap area
swapon /swapfile # enables the file for swapping
```
Remember that the decision of where to place your swap space, how much swap space to have, and how to utilize swap space are all important considerations in optimizing your system's performance.
Remember that the decision of where to place your swap space, how much swap space to have, and how to utilize swap space are all important considerations in optimizing your system's performance.
- [@article@ Swap - Arch Wiki](https://wiki.archlinux.org/title/Swap)
- [@article@ zram (alternative) - Arch Wiki](https://wiki.archlinux.org/title/Zram)

Loading…
Cancel
Save