Lines Matching full:memory

8 be used for proactive and lightweight reclamation under light memory pressure.
10 to be selectively used for different level of memory pressure and requirements.
15 On general memory over-committed systems, proactively reclaiming cold pages
16 helps saving memory and reducing latency spikes that incurred by the direct
20 Free Pages Reporting [3]_ based memory over-commit virtualization systems are
22 memory to host, and the host reallocates the reported memory to other guests.
23 As a result, the memory of the systems are fully utilized. However, the
24 guests could be not so memory-frugal, mainly because some kernel subsystems and
25 user-space applications are designed to use as much memory as available. Then,
26 guests could report only small amount of memory as free to host, results in
27 memory utilization drop of the systems. Running the proactive reclamation in
33 DAMON_RECLAIM finds memory regions that didn't accessed for specific time
36 out memory regions that didn't accessed longer time first. System
38 automatically activated and deactivated with three memory pressure watermarks.
77 Time threshold for cold memory regions identification in microseconds.
79 If a memory region is not accessed for this or longer time, DAMON_RECLAIM
99 Limit of size of memory for the reclamation in bytes.
101 DAMON_RECLAIM charges amount of memory which it tried to reclaim within a time
129 Free memory rate (per thousand) for the high watermark.
131 If free memory of the system in bytes per thousand bytes is higher than this,
138 Free memory rate (per thousand) for the middle watermark.
140 If free memory of the system in bytes per thousand bytes is between this and
147 Free memory rate (per thousand) for the low watermark.
149 If free memory of the system in bytes per thousand bytes is lower than this,
159 The sampling interval of DAMON for the cold memory monitoring. Please refer to
167 The aggregation interval of DAMON for the cold memory monitoring. Please
175 The minimal number of monitoring regions of DAMON for the cold memory
185 The maximum number of monitoring regions of DAMON for the cold memory
193 Start of target memory region in physical address.
195 The start physical address of memory region that DAMON_RECLAIM will do work
196 against. That is, DAMON_RECLAIM will find cold memory regions in this region
202 End of target memory region in physical address.
204 The end physical address of memory region that DAMON_RECLAIM will do work
205 against. That is, DAMON_RECLAIM will find cold memory regions in this region
219 Number of memory regions that tried to be reclaimed by DAMON_RECLAIM.
224 Total bytes of memory regions that tried to be reclaimed by DAMON_RECLAIM.
229 Number of memory regions that successfully be reclaimed by DAMON_RECLAIM.
234 Total bytes of memory regions that successfully be reclaimed by DAMON_RECLAIM.
244 Below runtime example commands make DAMON_RECLAIM to find memory regions that
248 nothing if the system's free memory rate is more than 50%, but start the real
250 therefore the free memory rate becomes lower than 20%, it asks DAMON_RECLAIM to