File tree 1 file changed +5
-5
lines changed
Documentation/admin-guide/mm/damon
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ set size has chronologically changed.::
119
119
Data Access Pattern Aware Memory Management
120
120
===========================================
121
121
122
- Below three commands make every memory region of size >=4K that doesn't
123
- accessed for >=60 seconds in your workload to be swapped out. ::
122
+ Below command makes every memory region of size >=4K that has not accessed for
123
+ >=60 seconds in your workload to be swapped out. ::
124
124
125
- $ echo "#min-size max-size min-acc max-acc min-age max-age action" > test_scheme
126
- $ echo "4K max 0 0 60s max pageout" >> test_scheme
127
- $ damo schemes -c test_scheme <pid of your workload>
125
+ $ sudo damo schemes --damos_access_rate 0 0 --damos_sz_region 4K max \
126
+ --damos_age 60s max --damos_action pageout \
127
+ <pid of your workload>
You can’t perform that action at this time.
0 commit comments