Closed wfeldt closed 2 years ago
Port https://github.com/openSUSE/linuxrc/pull/293 to SLE15-SP4.
On machines with large main memory (above roughly 13 TiB), the kernel breaks if zram is used.
Limit zram activation to machines with less than 64 GiB free memory. If really needed it can still be activated using the zram=1 boot option.
zram=1
Task
Port https://github.com/openSUSE/linuxrc/pull/293 to SLE15-SP4.
Original Problem
On machines with large main memory (above roughly 13 TiB), the kernel breaks if zram is used.
Solution
Limit zram activation to machines with less than 64 GiB free memory. If really needed it can still be activated using the
zram=1
boot option.