SAP TABLES

em/address_space_MB SAP Parameter attribute - Space reserved for user context in work processes








em/address_space_MB is a SAP Parameter attribute which is used to control Space reserved for user context in work processes information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

em/address_space_MB profile paramerter attributes


Parameter Name: em/address_space_MB
Description: Space reserved for user context in work processes
Default Value: ($(em/initial_size_MB))
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 128 512000
Parameter Unit: MB
Parameter Group: ExtMemory
CSN Component: BC-CST-MM
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

This parameter defines the size (in MB) of the address space that is provided for the memory class "extended memory" in a work process. This also defines the total maximum size of extended global memory and extended memory for a single user context. The value is only relevant on operating systems that implement extended memory with mapped files, that is, operating systems that map extended memory in the address space of the process (Microsoft Windows NT, Linux, AS/400). A targeted setting of the value is required to make optimal use of the limited address space on 32 bit platforms or on 64 bit platforms if an extremely large amount of extended global memory or extremely large user contexts are required. The size of the address space for a process under 32 bit Microsoft Windows NT is 2 GB. Rule of thumb Code + roll area + total (buffers) + em/address_space_MB <(><<)> 2GB Approximately: 100MB+ 10MB + ? + ?

See SAP Parameter Documentation for full SAP documentation for this profile parameter.