1832919 Members
2698 Online
110048 Solutions
New Discussion

Re: Memory leak

 
Sunil Sharma_1
Honored Contributor

Memory leak

Hi All,

I am sorry to ask thi sbasic question.....

What is memory leak and how it affect system performence ?

what is UNIX95 ????

Thanks in advance
Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
2 REPLIES 2
Con O'Kelly
Honored Contributor

Re: Memory leak

Hi Sunil

A memory leak is when an applicationd does not release its memory after its finished using it.
The effect on system performance is that an application will continually keep increasings it use of the systems memory, hence eventually causing memory bottlenecks.
It is detected by watching an application continually utilise more and more memory.
Usually to release the memory you have to restart the application. (Not ideal if its 24x7 Database!!)

See this thread for using UNIX95 to detect memory leak:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1ec8d7d96cbad711900a0090279cd0f9,00.html

Cheers
Con



Con O'Kelly
Honored Contributor

Re: Memory leak

Hi Sunil

This link will explain UNIX95 variable by 2 of the real experts on the forums.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfc5b46ff9277d511abcd0090277a778c,00.html

No points please for this!

Cheers
Con