Once "Out of memory" error is generated without using hierarchy option, any subsequent route solve with hierarchy option will result in "Out of memory" error until service is restarted.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM049698
已提交
October 9, 2009
上次修改时间
April 2, 2025
适用范围
ArcGIS Server (.NET)
找到的版本
9.3.1
操作系统
Windows OS
操作系统版本
2003 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
this is a known issue in 9.3.1 NAServer. Workaround is to manually specify in the NAServer properties of the deployed configuration the <Route_AutoHierarchyThreshold> parameter, which would prevent clients from solving exact routes on long distances.e.g.: <Extension> <TypeName>NAServer</TypeName> <Enabled>true</Enabled> <Properties> <Route_AutoHierarchyThreshold>0.055</Route_AutoHierarchyThreshold> ...0.055 - is in the native network dataset units (decimal degrees in this case) If max side of stops' envelope is bigger than this value, solve will be hierarchical.