lokeshj1703 opened a new pull request #2137:
URL: https://github.com/apache/ozone/pull/2137


   ## What changes were proposed in this pull request?
   
   The DN process uses around 20 GB of RSS after startup and does not release 
the memory even though rocksdb is closed for every container.
   The capacity used by AbstractDatanodeStore is default capacity * MB. Since 
default capacity is 64MB therefore block cache is passed a capacity of 64TB. 
After the fix the DN memory usage drops to ~3GB.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5053
   
   ## How was this patch tested?
   
   Cluster deployment


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

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