Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How much RAM allocated to free box?

Status
Not open for further replies.

khalidaaa

Technical User
Jan 19, 2006
2,323
BH
Hi All,

I just got a question from our DBA saying that when he stopped oracle 10g application which was running on an AIX box, the computational memory was 30%.

So his question was why it is 30% while nothing is using the system?

When the machine was rebooted, that RAM was 12% only.

My guess is that this precentage is just some leftover program text files that would not be there (swapped out) if that memory is needed for other processes.

Could you please clarify this?

Thanks.

Regards,
Khalid
 
If your running any java stuff, I can almost guarantee you have a memory leak. I've have a couple of scripts if you need to check.

Mike

"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
 
Thanks Mike for your comments.

Yes, you are right, Oracle 10g application uses Java.

Please help me with those scripts!

But i'm wondering how come this happen (memory leak) while the application is down when i first viewed the memory!?!

Regards,
Khalid
 
Take a look at this link it has the source for post_vg.sh which I use to find memory leaks + other good info

attachments/436/Detecting+Memory+Leak.doc?version=1

Mike

"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top