mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 19:53:59 +02: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:
@@ -18,4 +18,7 @@ mkswap /swapfile # sets up the Linux swap area
|
|||||||
swapon /swapfile # enables the file for swapping
|
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)
|
||||||
|
Reference in New Issue
Block a user