cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter error-STORAGE_PARAMETERS_WRONG_SET.

Former Member
0 Kudos

Hi all,

We are continuously facing abap dump STORAGE_PARAMETERS_WRONG_SET.

The current program had to be terminated because of an

error when installing the R/3 System.

The program had already requested 972175952 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.

Set the system profile parameters

-abap/heap_area_dia und

-abap/heap_area_nondia

to 972175952 maximum. For security, reduce the value by 10.000.000

Now shall i go ahead and change the parameter values and let me know the recommended

parameter values for my prod server as no issue arise in future.

Our System environment:

46C,oracle 10.2.0.2.0,win2003_64bit

Thanks in advance,

Kutty

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check this SAP Note...

Note 44528 - STORAGE_PARAMETERS_WRONG_SET

Regards

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check why program is requesting so much memory. If it is Z program then check with your ABAP guy if there is any problem in the code. otherwise increase the parameters as suggested in dump details.

Thanks

Sunny