dragon-zhang commented on PR #10021:
URL: https://github.com/apache/dubbo/pull/10021#issuecomment-1147381102

   In `java.lang.management.MemoryUsage#getCommitted`:
   ```java
       /**
        * Returns the amount of memory in bytes that is committed for
        * the Java virtual machine to use.  This amount of memory is
        * guaranteed for the Java virtual machine to use.
        *
        * @return the amount of committed memory in bytes.
        *
        */
       public long getCommitted() {
           return committed;
       };
   ```


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