| 不具合 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.

再現の手順