We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.
Showing posts with label Management. Show all posts
Showing posts with label Management. Show all posts

SAP Version Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Keyword: BASIS
Title : SAP Version Management

Profile Parameters of SAP R/3 Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

An overview of the memory management parameters will be shown in the following sections.

A description of the parameter always follows the unit in which it is specified, the default value and a proposed value. The default value usually is based on a minimal value, therefore for very small R/3 installations (see Application Servers with Up to 15 Users), the proposed value is based on a midsize to large installation (see Application Servers with Up to 50 Users and Application Servers with Over 50 Users).

The specified default values and proposed values are based on UNIX systems; under Windows NT, the parameter setting is explained in the unit Parameter Overview for Windows NT.

Controlling Memory Management

abap/heaplimit: Work Process Startup

Memory Management Resources

ztta/roll_extension: Extended Memory Limit

abap/heap_area_dia: Heap Memory Limit for Dialog Work Processes

abap/heap_area_nondia: Heap Memory Limit for Non-Dialog Work Processes

abap/heap_area_total: Heap Memory Limit

Memory Management Limitations

em/initial_size_MB: Extended Memory Pool Size

rdisp/ROLL_SHM: Roll Buffer Size

rdisp/ROLL_MAXFS: Maximum Roll File Size

rdisp/PG_SHM: Paging Buffer Size

rdisp/PG_MAXFS: Maximum Size of the R/3 Paging File

ztta/roll_area: Roll Area

ztta/roll_first: Initial Allocation Size from the Roll Area

em/blocksize_KB: Segment Size for the Extended Memory

Memory Management Statistics

em/stat_log_size_MB: Statistics - User Context Size

em/stat_log_timeout: Statistics - User Context Size


Look at the unit that corresponds to your platform on configuring the memory management system:

Configuration for UNIX / Windows NT

Configuration for AIX

AS/400 Configuration

Memory Management under Windows NT



Keyword: BASIS
Title : Profile Parameters of SAP R/3 Memory Management

Memory Pools on AS/400 for SAP Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

If with Transaction ST06 or on the CCMS Alert Monitor you notice a high paging rate in a memory pool, enlarge this pool.

  • Machine Pool: This is always system pool 1.

The paging rate should be less than 10 faults per second.

  • Other pools: The paging rate should be ideally less than 200 faults per second.

The following example can help you when assessing paging rates in your system:

Faults in the memory pool used by R/3

200 faults per second

Number of active work processes (not the total number of work processes)

10

Average number of faults per work process

20 faults per second

Paging overhead (assumed average response time of the hard disks is 10 millisec.)

200 millisec. per second

This corresponds to a paging overhead of 20%. Do not exceed the 20% limit.



Keyword: BASIS
Title : Memory Pools on AS/400 for SAP Memory Management

Memory Management VPAGEMAX under OSF/1

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

In the operating system OSF/1 from Digital Equipment Corporation, you must increase the value of the parameter VPAGEMAX for the Extended Memory by up to 800 MB (parameter em/initial_size_MB = 800) to 131072. You can find more information on larger memory amounts in the OSS Note 32915 in the OSS system.

VPAGEMAX defines the size of the unnamed mapped file for the R/3 Extended Memory.



Keyword: BASIS
Title : Memory Management VPAGEMAX under OSF/1

Determining Swap Space SAP Memory Management Requirements

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

The program sappfpar lets you check the minimum and maximum (worst case) swap space requirements for an R/3 application server. It also checks the shared memory requirements and if the parameters em/initial_size_MB and abap/heap_area_total are correctly set. Proceed as follows:

  1. To check the instance profile for the R/3 application server, start the program sappfpar from the UNIX command line.
  2. /usr/sap//SYS/exe/run/sappfpar check pf=/usr/sap//SYS/profile/ nr= name= | more

  3. The program generates a list. Note the total value for the shared memory in the field Shared memory under Memory requirements estimated. This value corresponds to the size of the shared memory required for this profile, and must be calculated into the shared memory requirements for the new Memory Management.
  4. At the end of the list, the program specifies the minimum swap space requirements, the maximum heap memory requirements and the swap space requirements in a worst case scenario:

Total, minimum requirement.....: 169.5 MB (shared memory requirement)
Process local heaps, worst case: 762.9 MB
(is set with abap/heap_area_total )
Total, worst case requirements: 962.5 MB

Ensure that there is more swap space available than what is specified in the worst case scenario. (This is because non-R/3 processes also require swap space.)

The following minimum values for the swap space are valid in each case for host systems on which application servers run:

  • 3 GB (OSF/1 systems)
  • 2 GB (all other systems)

For optimum performance, 3-6 GB swap space is recommended.

The additional swap space requirements may be higher for application servers where heavy online operations and background jobs with large data volumes alternate (day/night operation).

Expanding the swap space may require additional disk space in certain circumstances. This is highly recommended due to inexpensive hardware prices.

Independent of the swap space size, you should monitor the swap space to avoid bottlenecks.



Keyword: BASIS
Title : Determining Swap Space SAP Memory Management Requirements

Swap Space Requirements for SAP Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

R/3 application servers are important users of swap space. If the swap space in a host system is used up, serious system problems occur as a result. Therefore, you must monitor swap space usage.

To monitor swap space, you can use either the monitoring tool for host operating systems or the system monitor from the SAP Computing Center Management System (CCMS). The CCMS Alert Monitor, which is available via the system monitor, issues warning messages if the swap space usage exceeds a preset limit. You can also display the present usage.

Also see:

Determining the Swap Space Currently Available

Determining the Swap Space Requirements

An R/3 application server divides its swap space with non-R/3 processes in the host system. The maximum swap space size that an R/3 application server can occupy is determined by the following factors:

  • Total size of the extended memory buffer (for example, the program and table buffer)

Typical size: 200 to 500 MB

You can test this using the program sappfpar check pf= .

  • Number of work processes in an R/3 server

Each work process requires approximately 12 MB of swap space plus the roll area of the active user context; therefore approximately 20 MB per work process.

  • As with parameter
  • em/initial_size_MB, SAP Extended Memory defines (R/3 Extended Memory pool): This parameter assigns the swap space area that the R/3 System uses for its Extended Memory. The pool has a set size. The total size is allocated directly after starting the application server.

Typical values: approximately 500 MB

  • R/3 limits for the local process memory (
  • Private Memory) for the work processes of an application server Parameter abap/heap_area_total defines these limits (maximum local private (heap) memory that can be assigned to all R/3 work processes) This is the upper limit of the swap memory that can be allocated to the R/3 work processes when they run in PRIV mode and use heap memory. The memory is allocated to the work processes in the application server taking this limit into account. The size used varies based on whether the work processes switch to or are restarted in the PRIV mode, when they leave the PRIV mode.

This parameter lets you foresee when the R/3 System requires swap space. This lets you prevent a critical shortage of swap space. Work processes cannot use heap memory resources anymore than specified in this parameter.

Typical values: 2 - 4 GB

Basic rules:

For optimal performance, the swap space should be approximately 3 times that of the main memory or be at least 3 GB, according to whichever value is higher.



Keyword: BASIS
Title : Swap Space Requirements for SAP Memory Management

Operating System and Hardware Prerequisites for SAP Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

The following prerequisites must be met so that you can use memory management with your R/3 System (Release > 4.0A):

  • The swap space may not fall below a specified level.
  • You may have to install additional main memory.
  • You must reset various operating system parameters and, if necessary, they must be inserted in a new operating system kernel.
  • You may also have to reconfigure hardware and software.

In the following sections, you will find information about the prerequisites for swap space and main memory.

For UNIX and Windows NT, refer to the following documents for more information about changes to the kernel parameters and software prerequisites:

  • UNIX Systems: R/3 Installation on UNIX -- OS Dependencies. You receive this document with the installation and upgrade packages.
  • Windows NT Systems: Documentation on installing and upgrading and in
  • Memory Management under Windows NT

The following documents contain details about hardware prerequisites for UNIX and Windows NT:

  • For installations, you can find details in the installation documentation.
  • For upgrades, you can find details in this document and the upgrade documentation. For additional information, see the upgrade and installation notes for the SAP online system as well.

Swap Space Requirements

Main Memory

Data Segment Size (UNIX)

Minimizing the Windows NT File Cache

VPAGEMAX under OSF/1

Shared Memory ID under IBM AIX

Memory Pool Requirements for AS/400

Checking the Hardware and Operating System of the Host System



Keyword: BASIS
Title : Operating System and Hardware Prerequisites for SAP Memory Management

Memory Management Temporary Memory on AS/400

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Using the following parameters, you can limit the maximum use of the process-specific memory. This in turn limits the maximum use of temporary memory by an R/3 application server.

Consider the following parameters:

Parameters for Controlling the Use of Temporary Memory:

Parameter

Limitation:

ztta/roll_area

Roll area per internal mode

ztta/roll_extension

Extended memory limit per user context

rdisp/PG_SHM

Paging memory per application server

rdisp/PG_MAXFS

Paging memory per application server

abap/heap_area_dia

Heap limit for a dialog work process

abap/heap_area_nondia

Heap limit for a non-dialog work process

abap/heap_area_total

Heap limit for the entire R/3 application server

For more information about the function parameters, see Allocating Memory for User Contexts.

Temporary memory almost completely covers the memory requirements of R/3. The main consumers are:

  • Internal buffers with a fixed share (PXA, table buffer, paging buffer)
  • R/3 memory management (roll memory, Extended Memory, private memory) with a variable share depending on the number of users logged on and the application type (direct memory requirements)


Keyword: BASIS
Title : Memory Management Temporary Memory on AS/400

AS/400 Configuration Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Implementing the memory management system on AS/400 is described in Implementation on Platforms for IBM AS/400.

In the following tables, you will find information about the necessary settings for the memory management system.

  • Check if your host system fulfills the SAP recommendations for main memory and swap space.

Check the resources and system-specific requirements on all host systems on which an R/3 server is to be installed. For more information, see Checking the Hardware and Operating System of the Host System.

  • Set the R/3 profile parameter that uses the memory management system.

Set these parameters in the instance profile used by each R/3 application servers in your system. For more information, see the CCMS Guide.

If you modify the profiles directly with a system editor, you must perform an error check. For more information, see Checking the Hardware and Operating System of the Host System.

The values listed in the following table for the host systems and servers should ensure the best possible operation of your R/3 application sever.

Main Memory and Swap Space on the Host System

Resource

SAP Recommendation

Free memory area ASP 1

Minimum: 2 GB
Recommend 4-6 GB

Main memory

512 MB is sufficient for approx. 15 dialog users.
1024 MB is sufficient for approx. 50 dialog users.

You will achieve performance advantages with higher values.

These values are valid for hosts on which only one R/3 server runs. If other servers run on the host, contact the Hardware Competence Center or your system consultant.

Memory pool 2

All R/3 jobs run in pool 2 according to the default values. Therefore, make as much space available for pool 2. 150-200 MB is the absolute minimum.

R/3 Profile Parameters

Parameter

Recommended Value

abap/heaplimit

20000000 (20 mil. bytes)

abap/heap_area_dia

200000000 (200 mil. bytes)

abap/heap_area_nondia

2000000000 (2 GB)

abap/heap_area_total: Limit for Heap Memory

2000000000 (2 GB)

em/initial_size_MB: Size of the Extended Memory Pool

128 (128 MB, 6 MB per user)

Minimum 64 MB

em/stat_log_size_MB: Statistics - User Context Size

20

em/stat_log_timeout: Statistics - User Context Size

600

rdisp/ROLL_MAXFS: Maximum Roll File Size

0

rdisp/ROLL_SHM: Roll Buffer Size

0

rdisp/PG_MAXFS: Maximum Size of the R/3 Paging File

16384 blocks

rdisp/PG_SHM: Size of the Paging Buffer

16384 blocks

ztta/roll_area: Roll Area

16773120 (16 MB roll area per internal mode)

ztta/roll_first: Size of the Initial Allocation from the Roll Area

16773120 (16 MB roll first)

ztta/roll_extension: Limit for Extended Memory

20000000 (20 MB extended memory per user)

Parameter

Recommended Value (Use)

em/stat_log_size_MB

20 (Size above which the user context is logged for statistical purposes)

em/stat_log_size_timeout

600 (Interval in which statistics are gathered for the user context size)

rdisp/PG_MAXFS

8192 (Maximum size of the ABAP paging file - 64 MB)

rdisp/PG_SHM

8192 (Size of the paging buffer - 64 MB)

The values listed here are recommended basic values. In the course of monitoring and optimizing your R/3 System, you may have to change these values under certain circumstances. For more information, refer to Monitoring the Memory Management System and Temporary Memory on AS/400.

Check the changes to the system profiles using the program sappfpar. For more information, see Checking the Hardware and Operating System of the Host System.



Keyword: BASIS
Title : AS/400 Configuration Memory Management

Configuration for AIX using Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Prerequisites

Particular functions of AIX (late swap allocation, disclaim) enable an alternative implementation of the Extended Memory with a size of several GB as of R/3 Release 3.1G kernel. A single user context can still only use approximately 1 GB of Extended Memory, but the sum of usable Extended Memory for all user contexts combined can be much higher.

Since a lot of Extended Memory is provided, you can set a high limit for the shared memory consumption. It is also no longer necessary to assign mainly heap memory in background processes to keep the usage of the Extended Memory low. Heap is particularly small on AIX.

You can also minimize roll memory, which accelerates the context switch (roll-in/out) and the dialog and background processing, for example, with synchronous updating.

Procedure

Recommended parameters in the instance profile:

Parameter

Recommendation

Meaning

ES/TABLE

SHM_SEGS

Switches to the alternative implementation of the Extended Memory (EM)

em/max_size_MB

4096

Enables maximum 4 GB of Extended Memory; can be larger if needed

ztta/roll_extension

500000000

Limit of approximately 500 MB (2 shared segments) of Extended Memory per user context

ztta/roll_area

3000000

Reduces consumption of roll memory in background processes

ztta/roll_first

1

Reduces consumption of roll memory in dialog processes

abap/heap_area_nondia

20000000 (20 MB)

Can be set relatively low, so that a heap bottle neck is avoided in the data segment

The following parameters should only be changed after consulting with SAP.

Parameter

Default

Meaning

es/shm_proc_seg_count

3

Specifies the number of shared memory segments that are used as shared and privately.

es/shm_max_priv_segs

2

This parameter must be lower by 1 than es/shm_proc_seg_count.

(=>2*256 MB is usable)

es/shm_user_count

1024

This describes the maximum number of users in all open sessions.

es/shm_user_count


This specifies the maximum number of AIX system segments that ESSHM uses.



Keyword: BASIS
Title : Configuration for AIX using Memory Management

Installing the Memory Management System

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

The memory management system is automatically activated and configured using your entries during the installation or the upgrade.

Prerequisites

Before you install the R/3 System or upgrade to a 4.x version, ensure that the host system(s) on which the R/3 application server is/are set up, fulfill all the requirements particularly regarding main memory and swap space.

For more information, see:

Operating System and Hardware Prerequisites.

Also refer to the installation checklist and the installation documentation OS Dependencies.

Procedure

Configuring the Memory Management System

The memory management system is preconfigured in the course of the installation/upgrade procedure. The installation/upgrade program requires information about the host system and sets the memory management parameters for each procedure either to the default values or to the values corresponding to the input. This preconfiguration is valid for the host system on which you perform the installation, and for the server you set up during the installation.

Checking and Adjusting the Configuration

Check the preconfigured memory management system and your host system using the following sample configuration and guidelines.

Requirements for the Host:

Checking the Hardware and Operating System of the Host System

Sample Configurations:

Application Server with Up to 15 Users

Application Server with Up to 50 Users

Application Server with Over 50 Users

Configuration Help for Various Platforms:

Configuration for UNIX / Windows NT

AS/400 Configuration

Memory Management under Windows NT

Configuration for AIX

Checking the Operation of the Memory Management System and Setting Necessary Parameters if Necessary

For more information, see:

Monitoring the Memory Management System

Important OSS Notes

Note Number

Description

Operating System

33576

Memory management in releases as of 3.0C, UNIX and NT

UNIX, NT

44695

Memory management in releases as of 3.0C, AS/400

AS/400

68544

Memory Management under Windows NT

NT

32915

OSF1 kernel parameters for 3.0x memory management

DEC

36410

AIX Early versus late swap space allocation

AIX

98153

ABAP program buffer greater than 256 MB for AIX

AIX



Keyword: BASIS
Title : Installing the Memory Management System

Implementation on Windows NT in Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

The basis for the Zero Administration Memory Management under Windows NT is the dynamic Extended Memory. This technique provides you with a nearly unlimited memory resource. Initially, the extended memory is set to the size of the profile parameter phys_memsize ([PM]). If the user requires more memory, Extended Memory extends itself in steps from "[PM] / 2" up to the set limits in the profile parameter em/max_size_MB , or until the address space in the NT page file is used up. By setting the default value for em/max_size_MB to 2000 MB, the size of the NT page file represents the actual limit for extending the Extended Memory. The profile parameter phys_memsize determines how much of the total main memory is used by R/3. The parameter is entered according to the input at installation. The default value for phys_memsize is the size of the main memory [MM].

The memory allocation strategy for a non-dialog work process was changed as of Release 4.0B. Through the previous allocation sequence, the extended memory was protected to the benefit of the heap memory. This is no longer necessary when using the dynamic Extended Memory, and the allocation sequence of the batch work processes is identical to the sequence of the dialog work processes (see Allocating Memory for User Contexts). Another beneficial side effect is that you can avoid the PRIV mode (see Private Memory) for background work processes and thereby the expensive restarting of work processes.

Sequence of allocating memory for non-dialog work processes:

  1. Roll memory until the limit
  2. ztta/roll_first
  3. Extended memory until the limit
  4. min {em/address_space_MB, ztta/roll_extension}
  5. Roll memory until the limit
  6. ztta/roll_area
  7. Heap memory until the limit
  8. abap/heap_area_nondia

The basis for zero administration memory management is a sufficiently large NT page file. The previous recommendation

NT page file = 3 to 4 times the main memory size

still remains.

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

See also: Memory Management under Windows NT



Keyword: BASIS
Title : Implementation on Windows NT in Memory Management

Functions of the R/3 Memory Management System

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

An application runs in an R/3 work process where an ABAP program is normally executed. The process requires memory to do this, which is allocated to it by the memory management system. The order in which the work process is assigned the memory type depends on the work process type, either dialog or non-dialog (see R/3 Memory Types), and the underlying operating system.

This is described in the section Allocating Memory for User Contexts.

The location of the various memory areas in the virtual address space is explained in Virtual Address Space of a Work Process.

The area of a user context that is directly accessible is now extended as needed, if the user context has expanded. For dialog work processes, the data of the user context, including internal tables, is located in this expandable area called Extended Memory. You can therefore access all the data in the user context. The data types Extract and Export to Memory remain in the SAP Paging.

The R/3 roll area is used for the initial memory assigned to a user context, and (if available) for additional memory if the Extended Memory is full.

The advantages of the SAP memory management require increased swap space and main memory. See: Operating System and Hardware Prerequisites.

The following diagram displays the memory types that can be assigned to R/3 work processes on the R/3 and operating system level. Here are the most important system profile parameters that control the availability of the memory types.

Whenever a dialog step is executed, a roll action occurs between the roll buffer in the shared memory and the memory area, which is allocated according to ztta/roll_first in a dialog process. Then the area in the shared memory is accessed that belongs to this user context.

The following illustration displays the roll process performed by the dispatcher.

  • Roll-in: User-dependent data is rolled in from the common resource in the work process (and is processed there).
  • Roll-out: User-dependent data is rolled out from the work process in the common resource (after the dialog step has ended).

The common resource stands for the different R/3 memory types:



Keyword: BASIS
Title : Functions of the R/3 Memory Management System

BC - Memory Management

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

This documentation introduces the SAP R/3 Memory Management System and explains which parameters are available and how you can set them to optimize your system.

This explains which hardware and operating system requirements you must fulfill and how you can monitor your memory management, discover and correct problems.

The documentation is made up of the following chapters:


  • Functions of the R/3 Memory Management System
  • Setting Up the
  • Memory Management System

  • Operating System and Hardware Requirements

  • Monitoring the Memory Management System

  • Profile Parameters for Memory Management

  • Recognizing and Correcting Problems

  • Terminology


    Keyword: BASIS
    Title : BC - Memory Management

    Monitoring the Memory Management System for SAP R/3

    Posted by Admin at
    Share this post:
    Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

    You must monitor the operating system (swap space usage and operating system paging) and the status of the R/3 System. There are R/3 tools available for both of these purposes.

    Monitoring the Status of the Operating System

    Monitoring the Status of R/3

    Keyword: BASIS
    Title : Monitoring the Memory Management System for SAP R/3

    Memory Management Pool Requirements for AS/400

    Posted by Admin at
    Share this post:
    Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

    All R/3 jobs are preset and run in the *BASE pool (system pool 2). Make as much memory as possible available for this pool. 150-200 MB is the absolute minimum. If you still have other applications running on your AS/400 system, assign them to the R/3 System with a separate pool.

    Minimum memory for pool 2: 150 to 200 MB

    See:

    Memory Pools on AS/400

    Checking Page Fault Rates



    Keyword: BASIS
    Title : Memory Management Pool Requirements for AS/400

    Data Segment Size (UNIX) SAP Memory Management

    Posted by Admin at
    Share this post:
    Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

    The data segment size restricts the size of a user context that is executed as an R/3 background job. The default value is 64 MB, which is however, not sufficient and should be increased.

    Set the data segment size for a process to the following values:

    UNIX Operating System

    Data Segment Size

    32 bit UNIX systems

    Increase data segment size to approx. 600 MB.

    64 bit UNIX systems
    (OSF/1 from Digital Equipment Corporation)

    Set data segment size to at least 2048 MB.

    Under IBM AIX, the maximum segment size is 256 MB; under Siemens-Nixdorf SINIX the maximum segment size is 384 MB.

    You can check data segment sizes using the R/3 test program memlimits. (You must stop the R/3 server to do this.) Note the output row that appears as follows: Process xxxxx allocating. The segment size is displayed in the row Size = .

    For more detailed information, also refer to the R/3 installation guide in the section covering UNIX kernel parameters.



    Keyword: BASIS
    Title : Data Segment Size (UNIX) SAP Memory Management

    Determining the Swap Space Currently Available for SAP Memory Management

    Posted by Admin at
    Share this post:
    Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

    Procedure

    The program memlimits lets you determine how much swap space is currently available in the host system.

    To start the program memlimits:

    /usr/sap//SYS/exe/run/memlimits | more

    Start the R/3 program memlimits from the UNIX command line to determine the available swap space on the host system, where an R/3 application server is to be started.

    The application must be stopped for this.

    Result

    The available swap space is given at the end of the program output in the output line Total available swap space: . The program also specifies, if the amount of swap space is adequate and determines the size of the file segments in the system.



    Keyword: BASIS
    Title : Determining the Swap Space Currently Available for SAP Memory Management

    Parameter Overview for Windows NT for SAP Memory Management

    Posted by Admin at
    Share this post:
    Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

    All relevant memory management 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

    2000000000

    Byte

    em/initial_size_MB

    [PM]

    MB

    em/max_size_MB

    20000

    MB

    em/address_space_MB

    512

    MB

    rdisp/ROLL_MAXFS

    [UE] * 100

    8KB block

    rdisp/ROLL_SHM

    [UE] * 100

    8KB block

    rdisp/PG_MAXFS

    32768

    8KB block

    rdisp/PG_SHM

    [UE] * 50

    8KB block

    ztta/roll_first

    1

    Byte

    ztta/roll_area

    2000000

    Byte

    ztta/roll_extension

    2000000000

    Byte

    where

    [MM] = size of the physical main memory

    [PM] = value of the profile parameter PHYS_MEMSIZE (default value=[MM])

    [UE] = maximum possible number of users (calculated from [PM])

    The Zero Administration Memory Management under Windows NT tries to reduce the number of relevant profile parameters so that maintenance and configuration of the application server is simplified, and the available resources are optimally used.



    Keyword: BASIS
    Title : Parameter Overview for Windows NT for SAP Memory Management

    Minimizing the Windows NT File Cache for SAP Memory Management

    Posted by Admin at
    Share this post:
    Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

    The Windows NT file cache directly competes with R/3 programs for working memory. It pushes other programs out of the memory. Therefore, you should minimize the file cache with the following configuration.

    There is only one way to minimize the file cache under Windows NT. To do this, call the network setting (icon: Network) in the Control Panel.

    Minimizing the Windows NT File Cache

    Windows NT Version

    Procedure

    Windows NT 3.5x

    Under Services, choose Server.

    Choose Configure.

    Windows NT 4.0

    Choose Services.

    Under Services, choose Server.

    Choose Properties.

    In the following screen in the field Optimization, choose Maximize Throughput for Network Applications, and then choose OK.

    To activate the reduced file cache, you must restart the computer.



    Keyword: BASIS
    Title : Minimizing the Windows NT File Cache for SAP Memory Management

    T r a n s l a t e to your language