-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法生成分析报告,日志一直停留在 BeanCreateListener stop #148
Comments
@linyimin0812 收到,多谢。 我确认下这个问题,有结论后再在这里反馈 |
@linyimin0812 我看见v3.1.0 已经修复了上面所说的问题,使用新版本以后已经没有 java.lang.OutOfMemoryError 错误,但出现了其他问题(栈溢出),一开始我还以为是线程栈内存不够用,于是我增加了参数 -Xss5m ,但发现还是会出现这个问题。看起来像是出现了递归调用死循环, 具体的错误信息如下:
|
使用gson替换了fastjson,可以下载v3.1.1版本再试试 |
@linyimin0812 使用v3.1.1版本后,也出现了StackOverflowError,感觉像是出现了深度或者死循环类的递归?具体的错误信息如下:
看到上面的报错,于是我增加了线程栈内存(-Xss3m), 调整完以后出现了以下日志:
|
配置参数:
-javaagent:/opt/tomcat/spring-startup-analyzer/lib/spring-profiler-agent.jar
-Dspring-startup-analyzer.app.health.check.timeout=120
-Dspring-startup-analyzer.app.health.check.endpoints=[一个正确的地址, 手动curl返回200]
日志文件内容 (全部)
更新:
今天发现服务的标准输出有报错,内容如下:
看起来是内存不足, 于是我把服务内存和线程栈内存都调到很大,仍然还是报错。 看系统监控,服务可用的内存还足够,服务也能正常启动和运行。看起来这个报错跟服务的内存没关系?
The text was updated successfully, but these errors were encountered: