分類
故障描述
routing WARNING [7f73baffd700] [routing:bootstrap_rw] Total connections count=512 exceeds [DEFAULT].max_total_connections=512
故障分析
無
處理過程
myrouter默認最大會話為512。當需要改時,需改兩個參數
[DEFAULT]
max_total_connections = 5120
[routing:bootstrap_rw]
max_connections = 5120
建議/總結
無