Analyzing Memory Problems
Heap dumps are a helpful tool for analyzing memory problems in an application. They provide a detailed overview of the memory allocation and the objects in the memory. Heap dumps can be used to locate the source of an out-of-memory error.
This document describes how heap dumps are created. The analysis of heap dumps must be carried out by a SoftProject software developer. Please contact our customer support for this purpose: https://www.softproject.de/en/customer-support/
There are various approaches how to create heap dumps. The following two approaches are described in detail here: