Tuesday, January 5, 2016

SAP Default values of zero administration memory management up to kernel version 7.2x

Default values of zero administration memory management up to kernel version 7.2x
[RAM] = size of the physical main memory
[PM] = value of the profile parameter PHYS_MEMSIZE (standard value=[RAM])
[US] = factor dependent on [PM] - calculated automatically
    Profile parameterStandard 32-bitStandard 64-bitUnit:
    em/initial_size_MB[PM][PM]MB
    em/max_size_MB200001.5 * [PM]MB
    em/address_space_MB5124096MB
    ztta/roll_first11byte
    ztta/roll_area20000003000000byte
    ztta/roll_extension20000000002000000000byte
    abap/heap_area_dia20000000002000000000byte
    abap/heap_area_nondia20000000000byte
    abap/heap_area_total2000000000[PM]*1048576byte
    rdisp/ROLL_MAXFS[US] * 100[US] * 1008KB block
    rdisp/ROLL_SHM[US] * 100[US] * 1008KB block
    rdisp/PG_MAXFS32768327688KB block
    rdisp/PG_SHM[US] * 50[US] * 508KB block
      Important:
      em/global_area_MB + abap/share_objects_size_MB + ztta/roll_extension
          must fit in the following address window: 
      em/address_space_MB
      If ("em/global_area_MB" + "abap/shared_objects_size_MB") > "em/address_space_MB", the system does not start (error in "dev_disp" dispatcher).
      If ("em/global_area_MB" + "abap/shared_objects_size_MB") < "em/address_space_MB", ("em/address_space_MB" – "em/globa_area_MB" – "abap/shared_objects_size_MB") is available for the extended memory. The value of "ztta/roll_extension" acts as a quota.
      At present, "em/address_space_MB" cannot be calculated automatically taking into account the specified parameters in kernel versions < 7.40.
      Default values of zero administration memory management as of kernel version 7.40
      [RAM] = size of the physical main memory
      In 7.40, parameter values can contain formulas. The expression $(Parameter) in the value of a parameter references the value of the parameter with the name Parameter.
      Profile parameterStandard 64-bitUnit:
      PHYS_MEMSIZE 1.0 * [RAM]MB
      em/initial_size_MB0.7 * $(PHYS_MEMSIZE)MB
      em/max_size_MB1.5 * $(PHYS_MEMSIZE)MB
      abap/buffersize$(em/initial_size_MB) * 1024 * 0.15KB
      abap/programs$(abap/buffersize) / 4Entries
      abap/heap_area_dia2000000000byte
      abap/heap_area_nondia0byte
      abap/heap_area_total  1048576 * $(PHYS_MEMSIZE)byte
      abap/shared_objects_size_MB$(em/initial_size_MB) * 0.02MB
      em/address_space_MB$(em/initial_size_MB)MB
      em/max_size_MB$(PHYS_MEMSIZE) * 1.5MB
      rdisp/wp_ca_blk_no $(rdisp/elem_per_queue) * 3Entries
      rdisp/PG_SHMmax(min(1000+40*max(5,floor(($(PHYS_MEMSIZE)-128)
        *25/128)),16384),1024)
      8KB block
      rdisp/PG_MAXFS327688KB block
      rsdb/ntab/entrycount $(zcsa/db_max_buftab)Entries
      rsdb/ntab/ftabsizemin(500000, ($(rsdb/ntab/entrycount)))KB
      rsts/ccc/cache07$(rsts/ccc/cachesize) * 0.1
        byte
        rtbb/buffer_length $(zcsa/table_buffer_area) * 0.1 / 1024KB
        rtbb/max_tables$(zcsa/db_max_buftab) * 0.1Entries
        zcsa/table_buffer_areamax(30000000,$(em/initial_size_MB) * 1024 * 1024 * 0.05)byte 
        ztta/roll_extension2000000000

        No comments:

        Post a Comment