ArcGIS Runtime SDK for .NET app crashes with an "OutOfMemory" exception on a laptop with a 4K monitor running Windows 10.
Last Published: May 11, 2016ArcGIS Runtime SDK
Bug ID Number
BUG-000096021
Submitted
April 26, 2016
Last Modified
June 5, 2024
Applies to
ArcGIS Runtime SDK
Version found
10.2.7
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
It has not been possible to reproduce this issue even when running the app across multiple monitors at resolutions beyond 4K. But it was noted the application is using a large number of dynamic map service layers and is running as 'AnyCPU' with 'Prefer 32-bit' checked, which means it will always run as 32-bit and therefore can only access up to the 1.2GB memory limit of a 32-bit .NET process. The Prefer 32-bit checkbox should be unchecked.