cancel
Showing results for 
Search instead for 
Did you mean: 

how to increase abap/buffersize?

chandrasekharbadeti_chand
Active Contributor
0 Kudos

Hi Gurus,

I am getting PXA problem in Version 5.0 ECC, System is displaying a message PXA is very small, increase abap/buffersize.

Kindly help me how to increase abap/buffersize?

Thanks

Chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204746
Active Contributor
0 Kudos

what is your OS? if on Windows and you have enabled Zero Memory Administration, then only adapt PHYS_MEMSIZE

markus_doehr2
Active Contributor
0 Kudos

abap/buffersize is not part of ZAM, those are BUFFERS and they not tuned automatically (see Note 88416 - Zero administration memory management as of 4.0A/ Windows).

--

Markus

Former Member
0 Kudos

raising shared memory buffers.

growing them will automatically shorten the maximum available memory for ABAP user transactions.

if you grow them to high, you might no longer be able to start the ABAP-Server.

(in case of insufficient contigious memory blocks for shared memory)

peter

andreas_herzog
Active Contributor
0 Kudos

use transaction <b>rz10</b> in order to <b>increase value for abap/buffersize</b> + restart sap instance

> stopsap R3

> startsap R3

GreetZ, AH