#668 release note for 'scale zram to full memory size'
Merged 3 years ago by pbokoc. Opened 3 years ago by couchfox.
fedora-docs/ couchfox/release-notes 644-scale-zram-to-full  into  f34

@@ -3,3 +3,14 @@ 

  

  [[select-distribution]]

  = Distribution-wide Changes

+ 

+ [[scale-zram-to-full-memory-size]]

+ == Scale ZRAM to Full Memory Size

+  

+ In Fedora, 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 type of RAM drive that uses compression.

+ 

+ For Fedora 34, the size of this zram device is increased. It is set at the same size as RAM or 8 GB, whichever is smaller. This change allows computers with smaller amounts of RAM to successfully complete installation using the Anaconda installer.

+ 

+ Memory allocation for zram happens dynamically, so the block device's full size is not allocated as it is created. This dynamic resourse allocation, combined with compression in the zram device that is generally greater than 2:1, ensures that the swap file does not entirely consume available memory.

+ 

+ See `man zram-generator` for more information about how zram is invoked. 

\ No newline at end of file

PR for F34 Release Notes, issue #644.
Added section [scale-zram-to-full-memory-size] in Distribution-wide changes doc Distribution.adoc.
No other files changed.

1 new commit added

  • typo.
3 years ago

rebased onto d134f2b

3 years ago

Pull-Request has been merged by pbokoc

3 years ago
Metadata