| Número de ID del error |
BUG-000163591 |
| Enviado | December 8, 2023 |
| Última modificación | August 6, 2025 |
| Relacionado con | ArcGIS Web Adaptor |
| Versión encontrada | 11.1 |
| Sistema operativo | Windows Server |
| Versión de sistema operativo | 2019 64 Bit |
| Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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.
Solución alternativa
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.

Pasos para reproducir