Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Unverified Commit 46e83ebf authored by Victor Lourme's avatar Victor Lourme
Browse files

mm: Increase Dirty Ratios


These values are more optimal for N5!

Keep in mind: These values control how often the kernel writes data to disk. When your
apps write data to disk, Linux actually doesn't write the data out to the disk right
away, it actually writes the stuff to system memory and the kernel handles when and
how the data is actually going to be flushed to the disk. These values represent a
percentage, the higher the percentage, the longer it waits to flush, the lower the
percentage, the more often flushes will occur. Now remember, we are dealing with solid
state storage, not the traditional disk platter and spindle. So we are actually able
to delay flushes a little longer with solid state versus a traditional hard drive disk
which should increase battery life a little bit.

Signed-off-by: default avatarChester Kener <Cl3Kener@gmail.com>
Signed-off-by: default avatarChet Kener <Cl3Kener@gmail.com>
Used commit: https://github.com/exynos7420/android_kernel_samsung_exynos7420/commit/500e61c0e41a0e97594766a9ac3a8cdb0776d798
parent 0c2003b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment