标签: spring-boot out-of-memory
当我使用mvn run spring启动测试时发生OOM,消息如下
java.lang.OutOfMemoryError: unable to create new native thread
当我删除弹簧注释时,测试运行良好。
@RunWith(SpringRunner.class) @SpringBootTest