Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Disable this, as it can cause 100% zram usage - By the way, Zram writeback is officially useless, Arter has disabled it - ZRAM WRITEBACK can sometimes be bad because it may cause system freezes or crashes. This happens when the compressed data in ZRAM exceeds its upper limit, causing the system to try to move the excess data to swap space. If writeback is enabled and the swap space is already full, the system may become unresponsive or crash altogether. Additionally, if ZRAM is being used on a system with low memory, enabling writeback may consume more memory than is available, leading to performance issues. Overall, while ZRAM can provide benefits in terms of reducing memory usage, enabling writeback should be done with caution and only on systems with sufficient swap space and memory. Signed-off-by: TogoFire <togofire@mailfence.com> Change-Id: I2c5a4fe31dc358dc48fa4d9534dfe50d58d30afb
- Loading branch information