You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/10 03:35:07 UTC

[GitHub] [dubbo] Y-evil opened a new issue, #10905: Why is ScheduledExecutorService used in MemoryLimitCalculator

Y-evil opened a new issue, #10905:
URL: https://github.com/apache/dubbo/issues/10905

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   <!-- For all design discussions please continue. -->
   field maxAvailable is not necessary.
   and 
   `public static long maxAvailable() {
           return Runtime.getRuntime().freeMemory();
   }`


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10905: Why is ScheduledExecutorService used in MemoryLimitCalculator

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10905:
URL: https://github.com/apache/dubbo/issues/10905#issuecomment-1309848097

   https://github.com/apache/dubbo/blob/cc1162feb8fc613c9529d86f996b934d480ac77b/dubbo-common/src/main/java/org/apache/dubbo/common/threadpool/MemoryLimitCalculator.java#L69-L72
   
   It is a cached data
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] Y-evil closed issue #10905: Why is ScheduledExecutorService used in MemoryLimitCalculator

Posted by GitBox <gi...@apache.org>.
Y-evil closed issue #10905: Why is ScheduledExecutorService used in MemoryLimitCalculator
URL: https://github.com/apache/dubbo/issues/10905


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org