diff --git a/src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md b/src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md index e856a828b..df07710a1 100644 --- a/src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md +++ b/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. \ No newline at end of file +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)