You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/14 12:46:23 UTC

[GitHub] [rocketmq] fuyou001 commented on issue #5417: consumeExecutor use LinkedBlockingQueue which is not bounded as param of ThreadPoolExecutor

fuyou001 commented on issue #5417:
URL: https://github.com/apache/rocketmq/issues/5417#issuecomment-1313635869

   @xiaobing395845388 ,what's your application JVM arguments about jvm  memory setting?
   
   if you want to avoid oom ,you can set DefaultMQPushConsumer  arguments
   
   ```
   org.apache.rocketmq.client.consumer.DefaultMQPushConsumer#pullThresholdForTopic
   org.apache.rocketmq.client.consumer.DefaultMQPushConsumer#pullThresholdForQueue
   org.apache.rocketmq.client.consumer.DefaultMQPushConsumer#pullThresholdSizeForTopic
   ```


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

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