Docs: document effect of ensureSuspendToisk more thoroughly
This commit is contained in:
parent
829f72363e
commit
4fab3c93c2
@ -4,7 +4,14 @@
|
|||||||
efiSystemPartition: "/boot/efi"
|
efiSystemPartition: "/boot/efi"
|
||||||
|
|
||||||
# Make sure an autogenerated swap partition is big enough for hibernation in
|
# Make sure an autogenerated swap partition is big enough for hibernation in
|
||||||
# automated partitioning modes.
|
# automated partitioning modes. Swap can be disabled through *neverCreateSwap*.
|
||||||
|
#
|
||||||
|
# When *ensureSuspendToDisk* is true, swap is never smaller than physical
|
||||||
|
# memory, follows the guideline 2 * memory until swap reaches 8GiB.
|
||||||
|
# When *ensureSuspendToDisk* is false, swap size scales up with memory
|
||||||
|
# size until 8GiB, then at roughly half of memory size.
|
||||||
|
#
|
||||||
|
#
|
||||||
# Default is true.
|
# Default is true.
|
||||||
ensureSuspendToDisk: true
|
ensureSuspendToDisk: true
|
||||||
|
|
||||||
@ -31,6 +38,7 @@ defaultFileSystemType: "ext4"
|
|||||||
# and/or your distribution's initramfs solution.
|
# and/or your distribution's initramfs solution.
|
||||||
#
|
#
|
||||||
# BIG FAT WARNING:
|
# BIG FAT WARNING:
|
||||||
|
#
|
||||||
# This option is unsupported, as it cuts out a crucial security feature.
|
# This option is unsupported, as it cuts out a crucial security feature.
|
||||||
# Disabling LUKS and shipping Calamares without a correctly configured GRUB2
|
# Disabling LUKS and shipping Calamares without a correctly configured GRUB2
|
||||||
# and initramfs is considered suboptimal use of the Calamares software. The
|
# and initramfs is considered suboptimal use of the Calamares software. The
|
||||||
|
Loading…
Reference in New Issue
Block a user