cancel
Showing results for 
Search instead for 
Did you mean: 

PRIV mode

m556888
Explorer
0 Kudos

Hello all,

does anybody know why one of my sap users always enter the PRIV mode? actually i have 16 dia processes, only few process was running and most of them are waiting, why this user always enter PRIV mode?

regards, Mao

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Mao,

For parameter, em/reserve_mapping_window it is be defaul on with kernel release > 6.20. Refer to SAP Note 373326 for details.

For parameters,

rdisp/PG_SHM = 8192

rdisp/PG_MAXFS = 65536

rdisp/ROLL_SHM = 16384

Its not mandatory to delete these parameters in ZAMM. If you delete these parameters they will take the system default values at startup.

Hence you may leave the setting as it is.

Hope it helps.

Regards,

Rupali

Former Member
0 Kudos

Hi Mao,

Point 6 (a,b) of the note 88416 recommends setting PHYS_MEMSIZE in case of CI+ DB on same host.

Point 6(c) recommends deleting PHYS_MEMSIZE since it talks about application server with one instance.

In your case CI is acting as a pure application server and hence PHYS_MEMSIZE could be deleted if this has only one dialog instance.

Regards,

Rupali

m556888
Explorer
0 Kudos

Hi Rupali,

Great!! now i understand what you mean.

just calify again. beside i removed the memory parameter PHYS_MEMSIZE, also do i need remove the following parameter?

em/reserve_mapping_window = on

rdisp/PG_SHM = 8192

rdisp/PG_MAXFS = 65536

rdisp/ROLL_SHM = 16384

our system setting in profile is as follow i think.

#----


PHYS_MEMSIZE = 3072

#----


Memory

#----


em/reserve_mapping_window = on

rdisp/PG_SHM = 8192

rdisp/PG_MAXFS = 65536

rdisp/ROLL_SHM = 16384

thanks a lot.

regards, Mao

Former Member
0 Kudos

Hi Mao,

Since its a 32 Bit system, is 3GB option activated in your system. Refer to SAP Note 110172.

Do you have DB on the CI server? What i understand from the above answer that DB is standalone. If yes, then you may delete the parameter PHYS_MEMSIZE, please refer to SAP Note 88416 for Zero Administration Memory Management settings.

Regards,

Rupali

m556888
Explorer
0 Kudos

Hi Rupali

yes, it's 32 Bit system and 3GB option activated aleady.

on CI server only is CI. DB is standalone. i don't think need to delete parameter PHYS_MEMSIZE, Please check carefully for SAP Note 88416 for Zero Administration Memory Management settings.

any one can help me modify the paramete which i have posted and then post here again? that would be much apperiated.

Regards, Mao

m556888
Explorer
0 Kudos

Hi Manoj,

see my answer below:

Is this a 32-bit windows system?

Mao: Yes.

How much physical memory u have?

Mao: physical memory = 4GB

What DB and how much memory allocated for that?

Mao: oracle 10.2.0.2. but the database server is separated with SAP application server.

see the memory allocation for db server.

shared_pool_size = 603979776

db_block_buffers = 120000

btw: I have implemented the zero memory management on sap server. but i still got some part

of users entered into PRIV mode.

regards, Mao

m556888
Explorer
0 Kudos

Hi,

thanks RK and Olivier.

my sap startup parameter is as follow. any improvement from your suggestion? thanks a lot.

SAPSYSTEMNAME = B01

INSTANCE_NAME = DVEBMGS03

SAPSYSTEM = 03

SAPGLOBALHOST = szhsvr070

#----


  1. Parameter History

#----


  1. 24.10.2005 last update

#----


  1. Processes

#----


rdisp/wp_no_dia = 16

rdisp/wp_no_vb = 5

rdisp/wp_no_vb2 = 2

rdisp/wp_no_enq = 1

rdisp/wp_no_btc = 6

rdisp/wp_no_spo = 2

#----


  1. Extended Memory size in MByte (sap server+db ~ 2/3 of physical memory)

  2. bei 2 GByte Physical Memory : 1344

  3. bei 3 GByte Physical Memory : 2048

  4. bei 4 GByte Physical Memory : 3072

#----


PHYS_MEMSIZE = 3072

#----


  1. Memory

#----


em/reserve_mapping_window = on

rdisp/PG_SHM = 8192

rdisp/PG_MAXFS = 65536

rdisp/ROLL_SHM = 16384

#----


  1. System Settings

#----


abap/buffersize = 450000

rsdb/cua/buffersize = 8192

rsdb/ntab/entrycount = 30000

rsdb/ntab/ftabsize = 40960

rsdb/ntab/sntabsize = 3072

rsdb/obj/buffersize = 20000

rsdb/obj/max_objects = 20000

rtbb/buffer_length = 32760

rtbb/max_tables = 512

sap/bufdir_entries = 15000

zcsa/db_max_buftab = 20000

zcsa/presentation_buffer_area = 20000000

zcsa/table_buffer_area = 64000000

#----


  1. Additional Parameters

#----


regards, Mao

Former Member
0 Kudos

Is this a 32-bit windows system? How much physical memory u have? What DB and how much memory allocated for that?

/ Manoj

Former Member
0 Kudos

Hi,

Because he consumes too much memory.

You have to analyse what he is doing and if it is possible for him to consume less memory, for example, by reducing the quantity of data processed.

Some times it is not possible.

On our R/3 production system we had to restrict the maximum number of processes in private mode...

Regards,

Olivier

Former Member
0 Kudos