cancel
Showing results for 
Search instead for 
Did you mean: 

What is the private mode

Former Member
0 Kudos

hi Experts,

Pls clarify what is the private mode and how we it can relate with Heap Memory?

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member603052
Contributor
0 Kudos

Hi Amit,

Work process goes into Priv mode when the allocated extended memory,roll area are not sufficient for it and so it uses its own internal memory the heap memory or SWAP then it is said to be in PRIV mode.The entire work of this particular transaction will be done by this work process only if it is in PRIV mode.

You can also see this link below

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/fb/cbb97bd9ee11d188be0000e83539c3/frameset.htm]

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/02/9626b3538111d1891b0000e8322f96/frameset.htm]

Regards,

Kalyan

Former Member
0 Kudos

hi,

T-code sm04 you will find list users in that click on priv mode and go to memory tab from menu and sort in ascending order so that it will gives who is the user using high memory.

Former Member
0 Kudos

Private Mode:

1) PRIV MODE  foundWhen heap memory exclusive used by the End user and there is no share memory available across the system. This happened, when your Extended Memory is exhausted.

Solution:

1) check in tcode: ST02

2) in memory History, find which user using Maximum Memory

3) zttz/role_extension parameter (in MB need to be checked, the value

Former Member
0 Kudos

hello amit

Private Mode

Private mode is mode where the heap data is getting exclusively allocated by the user and is no more shared across the system, this happen when your extended memory is exhausted.

You can go to transaction

ST02 --> Double click on extended memory --> Mode List

From there you see a history of which users were using all of your extended memory, and how much memory total.

If you want to know more about private mode

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

I hope this information will help you a lot

Thanks & Regards

Shishir