Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 6GB 的转储文件,用于我生成的 IIS 进程,在处理的“运行分析”阶段,我在 60 秒限制后从该工具收到“由于超时而取消”消息。
有没有办法增加超时?
可以通过编辑C:\Program Files\DebugDiag\AnalysisRules\DebugDiag.AnalysisRules.dll.config文件并更新GCRootTimeout配置设置来配置超时:
C:\Program Files\DebugDiag\AnalysisRules\DebugDiag.AnalysisRules.dll.config
GCRootTimeout
<!-- GCRootTimeout: maximum number of seconds to spend scanning for GC root chains --> <add key="GCRootTimeout" value="1200"/>