cancel
Showing results for 
Search instead for 
Did you mean: 

Buffer space full

Former Member
0 Kudos

Hi ,

--5 Program

| | |-----DirectoryUsed 9 % , Green 16.02.2010 , 12:12:13

| | |-----SpaceUsed 100 % , Red 16.02.2010 , 12:12:13

| | |-----HitRatio 100 % , Green 16.02.2010 , 12:12:13

| | |-----Swap 93.5 /min, Yellow 16.02.2010 , 12:12:13

CCMS shows error at space in red . this happening in case of Scren Bufer also

please guide me . is this a critical situation ? I need to increase space ? or just a restart is enough ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you Sir,

But this is DEV server , In Production there are more than 75 users logging in single day & swap count is more than 3.5 Lac

Is there big issue ahead ? & also it is possible to change parameters without restart ?

JPReyes
Active Contributor
0 Kudos

You need to do an analisys... excessive swapping is usually linked with bad configuration and could build performance issues. You need to restart your system after parameters changes (only dinamically switchable enabled parameters can be changed while system is running you can check that in RZ11)

Regards

Juan

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank a lot , Juan Sir

Former Member
0 Kudos

Hi Juan Sir,

The vlues are as fallows

Efficiency HITRATIO % 98

HITS 46,322,652

REQUESTS 47,259,707

DB access quality % 100

DB access 339,855

DB access saved 67,734,839

Reorgs 0

Size Allocated KB 600,000

Available KB 577,252

Used KB 575,076

Free KB 2,176

Gaps KB 2,176

Directory entries Available 150,000

Used 14,668

Free 135,332

Swaps Objects swapped 94,838

Frames swapped 0

Resets Total 0

This is DEV server on Aix Oracle

JPReyes
Active Contributor
0 Kudos

Abap/buffersize is set to 600000 which is not a small value (depending on the size of your system)... simply is been used if the buffer gets full some swapping will happen, as far as I can see you have almost 100000 swaps that is not a small number.

Maybe you should consider increasing parameter abap/buffersize to 700000 and see how it goes... this will require a system restart

Regards

Juan

JPReyes
Active Contributor
0 Kudos

Check your program buffer parameters in ST02... and post them here

Regards

Juan