diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-01-10 21:26:47 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-01-10 21:26:47 +0100 |
commit | 1a7d269dd1f1354a8dfaab7aee05fc4f9a299343 (patch) | |
tree | 2e3fc693819dff420a877d59ce8f1b50c905b112 /aisaka.org | |
parent | 6e3965ede4ad4fe933b438af54c77791fb0f782d (diff) |
Add Missing Swap Description
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -49,7 +49,10 @@ The boot partition is on EXT4 filesystem. (type "ext4")) #+end_src -** TODO Swap Devices +** Swap Devices + +Swap takes half the storage space in order to facilitate edge cases of +memory without overprovisioning, as well as to prolog the lifetime of SSD. #+begin_src scheme :noweb-ref swap (swap-space (target (uuid "73bed3f9-be07-40ad-a228-577cd24f2e1d"))) |