SpringBoot 高并发调优

1、springboot内置tomcat默认支持线程并发数

https://blog.csdn.net/kouwoo/article/details/83898788

2、解决OutOfMemoryError: unable to create new native thread问题

https://blog.csdn.net/wchgogo/article/details/78185643

你可能感兴趣的:(java,java,后端)