szetszwo commented on PR #8217: URL: https://github.com/apache/ozone/pull/8217#issuecomment-2784347746
Comparing this PR with https://github.com/apache/ozone/pull/8192 : - OmRequestGatekeeper (this PR) ``` bucketKeyCount = 1000000 bucketKeyListCount = 1000 memory: 104.336 MB (before) OmRequestGatekeeper time : 1.245 s memory: 378.625 MB (after) memory: 274.289 MB (diff) ``` - OmLockManager (https://github.com/apache/ozone/pull/8192) ``` bucketKeyCount = 1000000 bucketKeyListCount = 1000 memory: 102.547 MB (before) OmLockManager time : 0.514 s memory: 109.228 MB (after) memory: 6.681 MB (diff) ``` -- 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]
