mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
Docs/admin-guide/mm/damon/lru_sort: document intervals autotuning
Document a newly added DAMON_LRU_SORT module parameter for using monitoring intervals auto-tuning feature of DAMON. Link: https://lkml.kernel.org/r/20260113152717.70459-12-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Acked-by: wang lian <lianux.mm@gmail.com> Cc: David Hildenbrand <david@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Liam Howlett <liam.howlett@oracle.com> Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Cc: Michal Hocko <mhocko@suse.com> Cc: Mike Rapoport <rppt@kernel.org> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
4bdd692291
commit
ed581147a4
|
|
@ -91,6 +91,17 @@ increases and decreases the effective level of the quota aiming the LRU
|
||||||
|
|
||||||
Disabled by default.
|
Disabled by default.
|
||||||
|
|
||||||
|
Auto-tune monitoring intervals
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
If this parameter is set as ``Y``, DAMON_LRU_SORT automatically tunes DAMON's
|
||||||
|
sampling and aggregation intervals. The auto-tuning aims to capture meaningful
|
||||||
|
amount of access events in each DAMON-snapshot, while keeping the sampling
|
||||||
|
interval 5 milliseconds in minimum, and 10 seconds in maximum. Setting this as
|
||||||
|
``N`` disables the auto-tuning.
|
||||||
|
|
||||||
|
Disabled by default.
|
||||||
|
|
||||||
filter_young_pages
|
filter_young_pages
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user