cancel
Showing results for 
Search instead for 
Did you mean: 

Problem While Running WebDynpro Application

Former Member
0 Kudos

Hai,

I implemented one project using web services developed in netweaver and presentation logic developed in webdynpro. its working fine but now the problem with WEB AS .Its giving me some of times the outof memory error. How to increase the memory in sdm.

regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can change the max heap size of the JVM using the Config Tool (\usr\sap\xxx\JCxx\j2ee\configtool\go.bat) by navigating to the Server Instance node (instance_idxxxx), and clicking on the Server General tab and increasing the value of the -Xmx property e.g. '-Xmx512M' to increase the max heap to 512Mb.

Steve

Former Member
0 Kudos

Hai Steve,

The memory size altready set as 512 , How much can i increase.

regards

Former Member
0 Kudos

I'm not sure whether there is a theoretical limit, so it depends on how much RAM your box has, and how many server instances your are running (each of which could use the max 512Mb each).

Are you running out of physical RAM on the box when your WebDynpro application is being used?

Maybe the problem is a coding or application issue causing a memory leak of some kind? I'm not sure how you would diagnose this.

Cheers,

Steve

Former Member
0 Kudos

Thank you Steve,

Thanks For your help.

Answers (0)