Memory Management on Linux

Use

For SAP on Linux two variants of memory management are available.

The required variant can be activated in the SAP instance profile parameter es/implementation.

  • MAP implementation (es/implementation=map)

    The procedure is described in detail in SAP Note 386605 Information published on SAP site.

  • Standard implementation (es/implementation=std)

    With this variant memory management of an SAP system on Linux is the same as on classical UNIX systems. Here, all user contexts in the system are mapped to the adress space, which means that this variant is suitable only for 64 bit systems.

    For more information, see SAP Note 941735 Information published on SAP site.