MrQuansy opened a new pull request, #14432:
URL: https://github.com/apache/iotdb/pull/14432

   ## Description
   This PR introduces new metrics to track memory eviction statistics in the 
Binary Allocator component. The allocator implements two distinct eviction 
strategies:
   
   Sample-based eviction: Periodically samples memory regions to identify 
eviction candidates
   GC-based eviction: Leverages garbage collection cycles to reclaim unused 
memory
   
   The primary enhancement is the addition of metrics that monitor the 
cumulative size of evicted memory through both strategies. These metrics 
provide visibility into the allocator's memory reclamation behavior and 
efficiency.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to