SAP Workload Analysis: Average Usage of All Memory Types (KB)
Posted by
Admin at
|
Share this post:
|
0 Comments
SAP Workload Analysis: Average Usage of All Memory Types (KB)
The average memory usage is calculated by dividing the total memory usage by the number of associated dialog steps.
The total memory usage is made up of the components roll memory, extended memory and heap memory. Work processes use memory in the following order:
Roll Memory to the limit set by ztta/roll_first
Extended memory to limit set by ztta/roll_extension or until there is no more space available in extended memory.
Roll Memory: rest of the space in the roll area until ztta/roll_area.
Heap Memory until abap/heap_area_dia is reached or all space in heap memory is used.
For non-dialog work processes, there used to be an allocation order.
Keyword: BASIS
Title : SAP Workload Analysis: Average Usage of All Memory Types (KB)