yyqdbngt opened a new pull request, #1077:
URL: https://github.com/apache/rocketmq-dashboard/pull/1077

   The gateway used Executors.newCachedThreadPool(), which grows threads 
without bound; combined with a hung CLI child this can exhaust memory under 
load. Replaced with a bounded pool (max 16) with CallerRunsPolicy so SSE work 
is never silently dropped.


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