| 漏洞 ID 编号 |
BUG-000163591 |
| 已提交 | December 8, 2023 |
| 上次修改时间 | August 6, 2025 |
| 适用范围 | ArcGIS Web Adaptor |
| 找到的版本 | 11.1 |
| 操作系统 | Windows Server |
| 操作系统版本 | 2019 64 Bit |
| 状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This issue seems to result from an insufficient heap size allocated to the Java Virtual Machine (JVM). The Java heap space is the memory area utilized by the JVM to store objects instantiated by applications; it is the primary memory space utilized by the Java application. If the heap memory is too small for a given application, the out of memory error is returned in logs.
Increasing the maximum heap size of the Tomcat server is required to prevent this error.
解决办法
Increase the Java Maximum memory pool used by Tomcat. Depending on how high the value is set, this issue may reoccur. Refer to the image below.

重现步骤