You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/07 14:21:34 UTC

[GitHub] poolye commented on issue #41: 用redis发布服务超过8个后项目启动就卡住了

poolye commented on issue #41: 用redis发布服务超过8个后项目启动就卡住了
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/41#issuecomment-419454951
 
 
   Jedis的默认连接池size是8。所以你需要改连接池信息。通过翻dubbo redis registry的代码,发现可以这么配置:
   dubbo.registry.address = redis://192.168.30.60:6379?max.idle=30&max.active=100&max.total=500
   
   强烈建议开发把文档写清楚啊啊啊啊啊啊啊!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org