| Número de ID do Erro |
BUG-000163591 |
| Enviado | December 8, 2023 |
| Última Modificação | August 6, 2025 |
| Aplica-se à | ArcGIS Web Adaptor |
| Versão encontrada | 11.1 |
| Sistema Operacional | Windows Server |
| Versão do Sistema Operacional | 2019 64 Bit |
| Status | Will Not Be Addressed
A equipe de desenvolvimento considerou esse problema ou solicitação e concluiu que não será resolvido. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
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.
Solução Provisória
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.

Etapas para Reproduzir