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/10/13 02:19:22 UTC

[GitHub] [rocketmq] zhouxinyu commented on issue #5296: Unable to register with namesever when topic quantity is 6w

zhouxinyu commented on issue #5296:
URL: https://github.com/apache/rocketmq/issues/5296#issuecomment-1276937943

   > @Cczzzz If the theme cannot be reduced,You can try to add System.setProperty("com.rocketmq.remoting.frameMaxLength", String.valueOf(Integer.MAX_VALUE)) to main method.
   
   Right partially, setting this property could resolve this issue, but please note:
   1. Use -D to set this property rather than using hard code.
   2. Don't set a too large value, limit this value on demand to avoid potential security issues.


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