tendy commented on issue #3680: URL: https://github.com/apache/rocketmq/issues/3680#issuecomment-1127631720
Hello, `this.instanceName = UtilAll.getPid() + "#" + System.nanoTime();` It results in too many threads being created, requires a lot of memory. When I upgraded rocketmq-client to 4.9.x, my service caused OOM error with Xmx512MB, but it worked fine below 4.9.0. -- 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]
