1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-21 15:49:45 +01:00

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.
This commit is contained in:
Wesley Blake 2024-06-11 04:16:54 -07:00 committed by GitHub
parent 4b12137077
commit 17f5ca3cb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)