Monday, September 2, 2013

SAP NW AS ABAP 7.3 Memory Management

SAP NW AS ABAP 7.3 Memory Management

Starting from SAP NW 7.4, SAP has removed SAP roll area and the following profile parameters have been deleted:
  • ztta/roll_first: Size of the Initial Allocation from the Roll Area
  • ztta/roll_area: Roll Area
  • rdisp/ROLL_SHM: Roll Buffer Size
  • rdisp/ROLL_MAXFS: Maximum Roll File Size

3 comments:

  1. Parameters (deleted)
    The following parameters have been deleted:
    ztta/roll_first- Initial allocation from the roll area
    ztta/roll_area- Total size of the roll area in bytes
    rdisp/roll_SHM- Size of the roll buffer in 8 KB blocks
    rdisp/roll_MAXFS - Size of the roll file in 8 KB blocks

    ReplyDelete
  2. Thank you Rajesh, I have updated the post.

    ReplyDelete