cancel
Showing results for 
Search instead for 
Did you mean: 

ST02 Red Swaps for Buffer

Former Member
0 Kudos

Hi,

Our current system is: ECC6, on Windows, Oracle 10g, 64bit.

In ST02, I notice high and red swaps for TableDef, FieldDef, Initial Record, program, CUA, and export/import.

Is this normal? and how should I rectify it?

BufferHitRatio%AllocFreeSp%FreeSPDirSizeFreeDirEnt%FreeDirSwapsDBAcces
TableDef98.216,79519,9902,803,9063,134,485
FieldDef96.1131,5645,33017.7719,99016,41382.114,371,2394,376,157
ShortNTAB99.993,6251,70556.834,99788717.7504,110
InitialRecord58.876,6251,79229.874,997931.862,612,5792,617,491

program97.98450,0009470.22112,500101,97790.657,940,55923,995,092
CUA92.773,0002409.761,5001,41194.0720,018,666470,970
screen94.964,297190.462,0001,64682.30220,665817,815
export/import76.915,0003328.102,5001,26150.4440,103,810
exp/Imp SHM 95.764,0963,18494.342,0001,99999.950

SAPMemoryCurrUse%CurrUseMaxUseInMemOnDiskSAPCurrCachHitRatio%
Roll Area10.9728,75047,488262,1440IDs97.98
Page Area8.7923,034167,568131,072131,072Statement92.00
Extended Memory43.632,285,5685,136,3845,238,78400
Heap Memory00000

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi ZL,

Some number of object swapping is fine. In your case you need to look into fine tuning following buffers

1) Initial record

2) Export/ Import

For other objects you need to study the pattern of swapping. May be you need to check the history .

Hope this helps.

Regards,

Deepak Kori

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

For initial records buffer, may I know how should I tune it?

My current rsdb/ntab/irbdsize is 6000kb,  rsdb/ntab/entrycount is 19990, Dir Size is 4,997, %FreeDir is 1.86.

regards,

zl

Reagan
Advisor
Advisor
0 Kudos

Hello

You need to increase both these parameters to increase InitialRecords

Good Luck

RB

Former Member
0 Kudos

Hi,

Thanks for the guidelines.

For Export/import, the current DirSize is 2,500 and %Free Dir is 50.44%, allocation is 5,000KB, %Free Sp is 8.10%.

Is it ok for me to change rsdb/obj/buffersize to 6,000KB without changing the rsdb/obj/buffersize?

For initial records buffer, may I know how should I tune?

My current rsdb/ntab/irbdsize is 6000kb,  rsdb/ntab/entrycount is 19990, Dir Size is 4,997, %FreeDir is 1.86.

Thank you.

regards,

zl

former_member188883
Active Contributor
0 Kudos

Hi,

You can change the value rsdb/obj/buffersize. Post changes please check whether the SAP shared memory is large enough to hold the new values.

You may check this using

sappfpar check pf=<path of instance profile>

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi ZL,

Please note what reagan and Deepak stated is correct 95% is desired hit ratio.

SAP expects 80% also 10% of your buffer should be free per note Note 373986 - Overflow of the export/import buffer which has more detail.

Kind Regards,

Johan

Sriram2009
Active Contributor
0 Kudos

Hi

Kindly follow the Sap Note 88416 - Zero administration memory management

Thanks

Sriram

Former Member
0 Kudos

Keep an eye on Hit Ratio as far as it is greater than or equal to 95% it is OK .

increase parameters of Export and Initial Record

Reagan
Advisor
Advisor
0 Kudos

Hello

What matters is the Hit Ratio.

Anything with a hit ratio which is below 95 % can be increased.

I would suggest you to increase InitialRecord and export/import buffers by 30%

Good Luck

RB