【发布时间】:2021-06-02 18:42:48
【问题描述】:
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "ConnnectionExpirer"
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message can't create name string at ./src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 827
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "ExpirationReaper-0-Fetch"
在我的 gradle.properties org.gradle.jvmargs=-Xmx8G -XX:MaxPermSize=2024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
我的 gradle 发行版是 gradle-6.4.1
我最近在我的代码中包含了许多集成测试,之后我开始看到这个错误。
【问题讨论】:
标签: java gradle build.gradle gradlew