szetszwo commented on PR #8217:
URL: https://github.com/apache/ozone/pull/8217#issuecomment-2784705743

   UseEpsilonGC (no gc): 
https://blogs.oracle.com/javamagazine/post/epsilon-the-jdks-do-nothing-garbage-collector
   
   - OmRequestGatekeeper
   ```
   bucketKeyCount     = 1000000
   bucketKeyListCount = 1000
   memory:   167.723 MB (before)
   OmRequestGatekeeper
   time  :     0.552 s
   memory:  1303.723 MB (after)
   memory:  1136.000 MB (diff)
   GC    :         0 ms (0)
   ```
   
   - OmLockManager
   ```
   bucketKeyCount     = 1000000
   bucketKeyListCount = 1000
   memory:   172.629 MB (before)
   OmLockManager
   time  :     0.283 s
   memory:   368.629 MB (after)
   memory:   196.000 MB (diff)
   GC    :         0 ms (0)
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to