当我使用mvn运行Spring启动测试时会发生OOM

时间:2017-07-04 02:59:55

标签: spring-boot out-of-memory

当我使用mvn run spring启动测试时发生OOM,消息如下

java.lang.OutOfMemoryError: unable to create new native thread

当我删除弹簧注释时,测试运行良好。

@RunWith(SpringRunner.class)
@SpringBootTest

0 个答案:

没有答案