commit | 37cf9d79abc24c87a7507c6225123891aa88c339 | [log] [tgz] |
---|---|---|
author | Daeho Jeong <daehojeong@google.com> | Fri Jun 24 14:50:47 2022 -0700 |
committer | Daeho Jeong <daehojeong@google.com> | Mon Jul 04 21:23:46 2022 +0000 |
tree | 19c067877dc433f985ead071703a25d80c7ef3d1 | |
parent | 3fd33ece353da336aaab92298929192b78e108b8 [diff] |
Introduce target dirty segment ratio tunable parameter We introduce a new parameter of target dirty segment ratio, which can be used to set a target dirty / (dirty + free) segments ratio. For example, if we set this as 80%, GC sleep time will be calculated to achieve this ratio in a GC period. Test: check smart idle maint log of StorageManagerService Signed-off-by: Daeho Jeong <daehojeong@google.com> Change-Id: I73f2bcf4bdb810164c174bd0d2518b15d577d5d5