dubbo thread pool full

Recently, when dealing with projects and stress testing, it was found that the dubbo thread pool overflowed. Check the official documents to find the solution, as follows: According to your own needs, change to the required parameters 
write picture description here

<dubbo:protocol name="dubbo" dispatcher="message" threads="500" threadpool="cached" port="${dubbo.protocol.port}" host="${dubbo.protocol.host}"/>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326002190&siteId=291194637