cancel
Showing results for 
Search instead for 
Did you mean: 

storage_parameters_wrong_set

Former Member
0 Kudos

My client encountered this error when she was trying to retrieve data in SE16 using BSEG table.

Does it mean that we need to add memory? or is there a parameter that we need to change? We have no basis yet so we're trying to figure it out.

Please guide me... Thanks!

this is what i get:


ABAP runtime errors					STORAGE_PARAMETERS_WRONG_SET	
					Occurred on	

>> Short dump has not been completely stored. It is too big.						


Installation error.						


What happened?						


The current program had to be terminated because of an						
error when installing the SAP System.						
The program had already requested 253822544 bytes from the operating						
system with 'malloc' when the operating system reported after a						
further memory request that there was no more memory space
available.


What can you do?


Please make a note of the actions and input which caused the error.
-

To resolve the problem, contact your
SAP system administrator.

Select the "Print" function to obtain a hardcopy of the
current termination message.
Set the system profile parameters
=-abap/heap_area_dia und
=-abap/heap_area_nondia
to 253822544 maximum. For security, reduce the value by 10.0.

Restart the SAP System.



Error analysis


When the program was running, it was established that more
memory was needed than the operating system is able safely
to provide. To avoid a system crash, you must prevent this
situation from occurring.

           Last error logged in SAP kernel


Component............ "EM"
Place................ "SAP-Server prosap_PRO_03 on host prosap (wp 1)"
Version.............. 37
Error code........... 7
Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
Description.......... " "
System call.......... " "
Module............... "emxx.c"
Line................. 1278

Message was edited by:

maui bayog

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It looks like a memory issue.Please check the value for abap/heap_area_dia .Usually BSEG is a huge table so retrieving data from that table that too in forground needs lot of memory.

Thanks

Prince Jose

Former Member
0 Kudos

Thank you Prince!

I'm afraid I may not know the value of it. She just forward the screen shot. And I don't have access to their server right now..

It would be appreciated if you could tell mo more about it, what we can do and the steps to do it when we get there.

does anyone know in what tcode I could change the parameter of memmory management settings?

Message was edited by:

maui bayog

Former Member
0 Kudos

Hi

log in to your system , then go to SM51 --> double click on prosap_PRO_03 --> then /nRZ11 --> ente abap/heap_area_dia --. Display , If you want to change

go to RZ10 --> select the instance profile for that app server --> select Extended maintanace --> Change find the parameter and change the value there. After that restart the server .Also check note 425207

Thanks

Prince Jose