cancel
Showing results for 
Search instead for 
Did you mean: 

extended memory 50% free,but work process reach PRIV

Former Member
0 Kudos

hi,

many dialog work process reach PRIV mode though extended memory is 50% free.

profile parameters as below :

ztta/roll_first 1 MB

ztta/roll_extension 2GB

ztta/roll_area 6MB

abap/heap_area_dia 2GB

can anyone throw light ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krishna,

What is your OS and DB ?

Please run SAPPFPAR check and fix the value provided by too. Refer to below guide on how to perform that and also check values

abap/heap_area_dia

abap/heap_area_nondia

abap/heap_area_total

abap/heaplimit

http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCCSTMM/BCCSTMM.pdf

If Windows, check the note for Zero Administration values

Note 88416 - Zero administration memory management for the ABAP server

http://help.sap.com/saphelp_nw70/helpdata/en/7a/caa6f3bfdb11d188b30000e83539c3/content.htm

http://help.sap.com/saphelp_40b/helpdata/fr/02/96279d538111d1891b0000e8322f96/content.htm

Regards,

Arjun

Answers (2)

Answers (2)

Former Member
0 Kudos

hi all,

we have increased the extended memory to 24GB. and issue seems t be fixed for now.

i will check for few more days and let the people now.

thanks for your suggestions.

Former Member
0 Kudos

Hi,

Even though u increase the Extended memory it's very import to increase the roll_extension also other wise the issue can come again if some user have big selection.

Thanks,

Subhash.G

Former Member
0 Kudos

Hi Krishna,

In addition to the parameter you have mentioned check these parameter as well in the system.

A process going into PRIV means that either it has exhausted its quota of extended memory (ztta/roll_extension) or that the total extended memory (em/initial_size_MB) has been used up by other sessions.So increase these 2 parameter to start with and then tune others.

rdisp/ROLL_SHM 32768 8 kB Part of roll file in shared memory

rdisp/PG_SHM 16384 8 kB Part of paging file in shared memory

rdisp/PG_LOCAL 150 8 kB Paging buffer per workprocess

em/initial_size_MB 61440 MB Initial size of extended memory

em/blocksize_KB 4096 kB Size of one extended memory block

em/address_space_MB 4096 MB Address space reserved for ext. mem. (NT only)

ztta/roll_extension 2000000000 Byte Max. extended mem. per session (external mode)

abap/heap_area_total 64424500000 Byte Max. usable heap memory

abap/heaplimit 40000000 Byte Workprocess restart limit of heap memory

Also,consider setting rdisp/wppriv_max_no and rdisp/max_priv_time,so that system performance is not much impacted.

http://help.sap.com/saphelp_nw04/helpdata/en/7a/caa6f3bfdb11d188b30000e83539c3/content.htm

Regards,

Ashutosh

former_member204080
Active Contributor
0 Kudos

Hi,

As mentioned increase the size of parameters ztta/roll_extension and em/initial_size_MB

U can also restrict the no of dialog wp going into PRIV mode by using parameter rdisp/wppriv_max_no

u Can also use rdisp/max_priv_time to reset the wp from PRIV mode