diff options
author | Chloe Kudryavtsev <toast@toastin.space> | 2019-03-12 00:17:45 -0400 |
---|---|---|
committer | Chloe Kudryavtsev <toast@toastin.space> | 2019-03-12 00:17:45 -0400 |
commit | 9030c4e00b4a5ec21cf99a6a0288791b3d4a885a (patch) | |
tree | fecbef865e024504d4662dd9a2d30c135f348ca0 | |
parent | b011d4c969078d9d8c986beeb315e70b2119d3e6 (diff) | |
download | user-handbook-9030c4e00b4a5ec21cf99a6a0288791b3d4a885a.tar.bz2 user-handbook-9030c4e00b4a5ec21cf99a6a0288791b3d4a885a.tar.xz |
[content] Mention that swap's needed for s2d
-rw-r--r-- | modules/Installing/pages/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/Installing/pages/manual.adoc b/modules/Installing/pages/manual.adoc index 070ec64..dbeb481 100644 --- a/modules/Installing/pages/manual.adoc +++ b/modules/Installing/pages/manual.adoc @@ -339,6 +339,8 @@ Also note that you may notice "swap" partitions mentioned as a flag. It is a pagefile, meant to supplement your system memory. It is recommended to make it up to 2x the size of your physical ram, but can be considered optional. +NOTE: One of swap's common uses is the suspend-to-disk feature, often called "hibernation", which requires enough swap space to function. + In the following sections, you will see code such as this: [source, sh] |