| Bug-ID-Nummer |
BUG-000163591 |
| Eingereicht | December 8, 2023 |
| Zuletzt geändert | August 6, 2025 |
| Gilt für | ArcGIS Web Adaptor |
| Gefunden in Version | 11.1 |
| Betriebssystem | Windows Server |
| Betriebssystemversion | 2019 64 Bit |
| Status | Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Workaround
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.

Schritte zur Reproduzierung