laptop and a wrench

不具合

The memory is not completely released by ArcGIS Runtime SDK for Java when adding and removing graphics from a GraphicsOverlay.

最後に公開された状態: November 13, 2020 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000134864
送信されましたOctober 23, 2020
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン100.4
オペレーティング システムWindows OS
オペレーティング システムのバージョン2008 R2 64 Bit
ステータスNon-Reproducible

参考情報

Memory management in Java apps is not as simple as suggested in this scenario. If the user allocates a load of resources in a Java app then releases them, the user can’t expect an immediate drop in the memory footprint of the app running on their machine. This is not how memory is controlled in a managed environment like a Java Virtual Machine (JVM). The memory is released when the JVM decides it is time to perform a garbage collection. We have no control over this, the JVM does this in the background when it decides the time is right and cannot predict when it is going to happen. Forcing a garbage collection in code (which is exceedingly bad practice) does not even free up memory.

再現の手順

不具合 ID: BUG-000134864

ソフトウェア:

  • ArcGIS Runtime SDK

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動