Consider A scenario where CPU is exhausted, physical RAM has shown release, but no return, and is almost depleted. At this point, what could potentially be wrong with the application.

Questions by sureshnan   answers by sureshnan

Showing Answers 1 - 6 of 6 Answers

ranganath_m

  • Sep 25th, 2007
 

As you have mentioned that, RAM has shown relaese and is almost depleted, i suspect there is memory leak in the application. Because of that only CPU exhausted( i mean Application crashed).

So, There may be memory leak in that applicatiion ( part of the application where you are testing the performance).

This information may suffice, if not please mail me @ ranganath.muzumdar@gmail.com...  Thanks, Reply me with your comment.

  Was this answer useful?  Yes

As replied above it could be a case of memory leak. You may confirm memory leak be looking at your app server logs for errors like OurOfMemoryexceptions. Other possible reason could be you RAM may not have neough space..try increasing the RAM size...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions