em/global_area_MB: Size of the Extended Global Memory
Use
This value specifies (in megabytes) the maximum size of that part of extended memory (see also parameter em/initial_size_MB) that is reserved for global data, that is, user-independent and work process-independent data. The amount of data involved is comparatively small (a percentage of the whole extended memory pool), because only administration data belonging to internal communication between SAP kernel components (task handler, enqueue) is stored in the global area.
Activities
The kernel default is calculated using the following formula: (min($(em/initial_size_MB) * 0.05, 32000)). This value should not normally be changed.