Skip to main content

Memory Pools Configuration

Introduction

If free memory in backing heap is exhausted, "Out of Memory" occurs. The possible reasons are as the below.

  • Fragmentation of allocated blocks, not possible to fit in a new block.
  • Initial analysis was wrong, configuration does not fit.
  • “Unexpected” allocations.
  • Executed use case cannot fit into supplied memory.


Please see the following pages: