You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
大量请求无返回,达到超时请求后失败;查看日志发现大量报错OutOfMemoryError,但此时仍有充足内存供使用。
log如:Exception in thread "DefaultDispatcher-worker-xx" java.lang.OutOfMemoryError: Java heap space
Describe the bug 描述你遇到的问题
有充足内存的情况下报错OutOfMemoryError ,类似于 #429 ,但明确并非真的发生了内存不足
To Reproduce 如何重现问题
Steps to reproduce the behavior: 把你遇到的问题的发生步骤替换掉下面的内容:
log如:Exception in thread "DefaultDispatcher-worker-xx" java.lang.OutOfMemoryError: Java heap space
Expected behavior 期待修复的效果
在用完或接近用完时再报错OutOfMemoryError,方案为增加自定义堆内存大小,如允许在JVM启动时指定参数且不会被脚本覆盖
-Xmx2048m
,如在下面这行就会和手动设置的内存数冲突。reader/server/bin/startup.sh
Line 96 in b3f580f
Screenshots 如有必要,可以截图说明
容器内存情况
宿主机内存情况
日志
版本说明
v3.2.7-01010833
The text was updated successfully, but these errors were encountered: