cancel
Showing results for 
Search instead for 
Did you mean: 

Parameters settings

Former Member
0 Kudos

Dear All,

I have installed the production server on HPUX using Oracle,

Kindly let me know what parameters i have to maintain after installation.

Like, buffer, memory ....etc for better performance.

Regards,

SM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Shark,

For the buffer, memory related parameters, you could use the following :-

[HS] = size of the physical main memory

[PM] = value of the profile parameter PHYS_MEMSIZE (standard value=[HS])

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

<b>Standard values for zero administration memory management</b>

Profile parameter

Standard 32-bit

Standard 64-bit

Unit





em/initial_size_MB


[PM]


[PM]

Mbyte

--- em/max_size_MB

--- 20000

--- 100000

Mbyte

em/address_space_MB


512


4096

Mbyte


ztta/roll_first


1


1

Byte

--- ztta/roll_area

--- 2000000

--- 3000000

Byte

ztta/roll_extension

2000000000

2000000000

Byte

abap/heap_area_dia

2000000000

2000000000

Byte

abap/heap_area_nondia

2000000000

0

Byte

abap/heap_area_total

2000000000

[PM]*1048576

Byte

- rdisp/ROLL_MAXFS

[BE] * 100

[BE] * 100

8KB Block

--- rdisp/ROLL_SHM

[BE] * 100

[BE] * 100

8KB Block

--- rdisp/PG_MAXFS

--- 32768

--- 32768

8KB Block


rdisp/PG_SHM

[BE] * 50

[BE] * 50

8KB Block

As per the link - , it suggests the following needs to be changed :-

Set the system profile parameters

- abap/heap_area_dia

- abap/heap_area_nondia

to a maximum of 217027232. Then reduce the value by 10.000.000 to be on the safe side. Then restart the SAP System.

For futher refrence, please follow the links as below :-

, https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4c4c9390-0201-0010-e2af-dd6c89e4...

Do let me know in case of any doubts.

Thank you.

Regards,

Manomeet

    • Award points if helpful **