You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/05/16 12:48:56 UTC

[GitHub] [rocketmq] tendy commented on issue #3680: [Client] Optimize client management to avoid client conflicts

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: dev-unsubscribe@rocketmq.apache.org

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