| |
@@ -125,3 +125,14 @@
|
| |
== `dmraid-activation.service` no longer depends on `systemd-udev-settle.service`
|
| |
|
| |
The `dmraid-activation.service` service now disables itself if no supported RAID sets are found when the service runs for the first time. See xref:sysadmin/Storage.adoc#dmraid-systemd-udev[Storage] for more details.
|
| |
+
|
| |
+ [[zram-swap]]
|
| |
+ == Swap on zRAM
|
| |
+
|
| |
+ Starting with Fedora 33, a swap partition is not created by default at installation time. Instead, a zram device is created, and swap enabled on it during start-up. zram is a RAM drive that uses compression. See `man zram-generator` for a brief overview of its function.
|
| |
+
|
| |
+ The swap-on-zram feature can be disabled with `sudo touch /etc/systemd/zram-generator.conf` and reenabled by removing this file, and customized by editing it. See `man zram-generator.conf` for configuration information, including a description of the default configuration plus ASCII art.
|
| |
+
|
| |
+ The installer's Custom and Advanced-Custom interfaces continue to support the manual creation of disk-based swap.
|
| |
+
|
| |
+ See the link:https://fedoraproject.org/wiki/Changes/SwapOnZRAM[Change proposal] for detailed information about the rationale for this feature.
|
| |
Fixes #515