Memory Management in SAP

No comments



Memory allocation

  1. User submits request.
  2. Dispatcher assigns the workprocess.
  3. Workprocess requires memory to roll In the user context
  4. Workprocess gets memory from local memory which is defined in the parameter Ztta/roll_area  it gets only a part of it which is defined by perameter Ztta/roll_first(20KB)
  5. If the allocated memory is not sufficient then it gets allocated from extended memory Ztta/roll_extension.
  6. If that is also not sufficient then it uses the remaining ROLL Area.
  7. If that is also not sufficant then it uses HEAP/PRIVATE Memory and Workprocess goes into PRIVATE Mode.
  8. Heap memory is defined by the parameter



No comments :

Post a Comment