laptop and a wrench

Bug

The DictionarySymbolStyle::fetchSymbol class does not release memory in Debug mode.

Zuletzt veröffentlicht: March 13, 2018 ArcGIS Runtime SDK
Bug-ID-Nummer BUG-000108259
EingereichtSeptember 22, 2017
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK
Gefunden in Version100.2.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusNon-Reproducible

Zusätzliche Informationen

This is working as expected. More concurrent tasks means more memory are used, and since tasks are slower in debug, the issue is exacerbated when running in this mode. However, memory is eventually freed. Here are some potential changes that a developer could make to alleviate the problem: Run the workflow synchronously. There is not a noticeable performance hit than the async workflow and it caps memory usage. Put a limit on the number of async tasks being run concurrently. For example, only allow 10 or 20 async tasks to be run concurrently. This could be customized to the app developer's liking to keep memory usage in check.

Schritte zur Reproduzierung

Bug-ID: BUG-000108259

Software:

  • ArcGIS Runtime SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln