Overview of Profile parameters for Windows

Use

All relevant memory management profile parameters are set with an optimal default value so that all manual configurations are unnecessary.

The following table gives you an overview of these values.

Profile Parameter

Default Value

Unit

abap/heap_area_dia

2000000000

Byte

abap/heap_area_nondia

2000000000

Byte

abap/heap_area_total

(max($(PHYS_MEMSIZE)*1024*1024 * 0.1, $(abap/heap_area_dia) * 2 ))

Byte

em/initial_size_MB

(min(512000, $(PHYS_MEMSIZE) * 0.7))

Megabyte

em/max_size_MB

($(em/initial_size_MB))

Megabyte

em/address_space_MB

4092

Megabyte

rdisp/PG_MAXFS

32768

8 KB block

rdisp/PG_SHM

(max(min(1000+40*max(5,floor(($(PHYS_MEMSIZE)-128)*25/128)),16384),1024))

8 KB block

ztta/roll_extension

2000000000

Byte