Commit f74a7be
fs: Lower reclaim segment and threshold
• Xiaomi's default segment reclamation (4096), along with that of other OEMs, is designed for MIUI, HyperOS's, and other $hit stocks roms.
heavy I/O patterns (background services, frequent writes).
For AOSP: 1. Lower Overhead: Smaller Garbage Collection (GC) batches
reduce CPU/storage load.
2. Better Responsiveness: Avoid long GC pauses during light
usage.
3. Battery Savings: Less aggressive reclaiming reduces
power spikes.
Change-Id: Ic3af1a6cc6377d73de9ad9c2994d940453e04d43
Signed-off-by: Kanishk <kanishkthederp@gmail.com>
Signed-off-by: TogoFire <togofire@mailfence.com>1 parent cfa0ab3 commit f74a7be
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments