dragon-zhang opened a new pull request #3043:
URL: https://github.com/apache/incubator-shenyu/pull/3043


   see #3026 , in 
`org.apache.shenyu.common.concurrent.MemoryLimitedLinkedBlockingQueueTest`, I 
write a simple example to tell what it can do. In short, for example, it can 
limit the maximum memory of the queue used by the `ThreadPoolExecutor` to 
100MB, which is more reliable than the traditional queue(like 
`LinkedBlockingQueue`) to control the memory through the number of queues.


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


Reply via email to