funky-eyes commented on issue #7835:
URL: 
https://github.com/apache/incubator-seata/issues/7835#issuecomment-3616085234

   When you mentioned 500 concurrent TPS, are you referring to concurrent 
threads or actual TPS? If it's concurrent threads, I suggest setting it to 2-3 
times the number of cores on your load testing machine. Regarding virtual 
threads, it's not viable in JDK 21 at the moment, as Apache Commons Pool (used 
in Jedis) and the MySQL driver will pin virtual threads. Therefore, you should 
prioritize increasing the corePoolSize instead.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to