wt is memory leakage?

Answers were Sorted based on User's Feedback



wt is memory leakage?..

Answer / sreeom

if in Database any data will lose. We will say that
momeory leakage.
if we know that any where data is loss. we are test that
content to know that memory leakage is there or not.

Is This Answer Correct ?    1 Yes 0 No

wt is memory leakage?..

Answer / balachander

memory leakage concept relies as on
1)data loss
2)un used data for longer run
3)bcoz of bug impact on application and so on

Is This Answer Correct ?    1 Yes 0 No

wt is memory leakage?..

Answer / deven

When a program needs to store some temporary information
during execution, it can dynamically request a chunk of
memory from the system. However, the system has a fixed
amount of total memory available. If one application uses
up all of the system’s free memory, then other applications
will not be able to obtain the memory that they require.
The implications of a “memory starved” application can
range from a graceful shutdown to an unexpected crash. Most
large scale applications regularly request memory, so
running out of system memory tends to have a domino effect.
Even if the applications do not terminate, the system will
slow down to a crawl—or even hang—in low memory conditions.
Clearly, none of these results are desirable, so the system
never wants to run out—or run low—of memory.

It is the responsibility of each application to “free”
dynamically requested memory when they are finished using
it. Freeing the memory returns it to the system, where it
can be re–allocated to another application when needed.
When an application dynamically allocates memory, and does
not free that memory when it is finished using it, that
program has a memory leak. The memory is not being used by
the application anymore, but it cannot be used by the
system or any other program either.

Memory leaks add up over time, and if they are not cleaned
up, the system eventually runs out of memory. Most everyone
has seen the “Your computer is running low of virtual
memory” message box on Windows when memory gets too high.
It is typically accompanied by horribly slow response time,
and often the user can’t even close the wasteful
application because of this sluggishness. The only response
at that point is to reboot the computer.

Memory leaks are bad on any system. For the automotive
platform, however, they become much more of a significant
problem. This is due to the following:

•Applications stay in memory when not in use. Typically,
the operating system can clean up after a program which
leaks memory after it terminates. However, since we do not
allow the users to easily shut down automotive
applications, Windows CE cannot clean up after any ill–
behaved applications.
•System run–time is expected to be unlimited. If all else
fails, a system reboot will clean up all memory leaks.
However, although we do support system reboots, our goal is
that the user will never need to do so. Since you do not
need to “reboot” your car stereo every few weeks because it
stops working, or because the performance becomes poor, it
is unacceptable to need to do so on the automotive platform.
•Systems typically have lower total available system
memory. Desktop applications can get away with being sloppy
with memory when they run on systems with 64 megabytes of
RAM and more, and with large hard drives to store swapped
out virtual memory pages. But the automotive platform may
have only 16 megabytes total memory, and that includes
process and storage memory together! In order words, that
memory must store what would be in RAM on a desktop PC, as
well as what would be on the hard drive. System memory is
at a premium.

Is This Answer Correct ?    1 Yes 0 No

wt is memory leakage?..

Answer / param

Memory Leakage is nothing but Any object or property is not
using for longer period of time in our application even
though its usage is not required in our application.

If answer is not correct pl correct me.

Is This Answer Correct ?    0 Yes 0 No

wt is memory leakage?..

Answer / chaitanya

The memory leakage means that the unnessary consumption of
the memory used by the script/program which is known as
memory leakage normally the memory leak come from the bug a
bug in a program that prevents the freeing up the memory.
As a result program grabs more and more memory until
finally crashes because there is no memory left.




If i am wrong please let me know
chaitanya.N. chaitanyanelavelli@gmail.com

Is This Answer Correct ?    0 Yes 0 No

wt is memory leakage?..

Answer / gaurav arora

Memory Leakage occurs in an application or DB if any
process/program is not releasing the memory chunk even
after the process is killed. This often occurs due to
failure of Garbage Collection () function from dev side to
retain the memory after allocating it to any process or
function.
The repurcussion of memory leakage is degradation of
system perfomance and eventually reboot of the system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to open a new test using QTP?

1 Answers  


Synchronization methods?

8 Answers   Ordain Solutions,


Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are using CVS AND VSS ? some are Have log in in VSS Some Not login(not accessing) into VSS, not login persons are working on CVS? my doubt is, can Qtp automation engineer have loin in VSS or not? Where he store QTp Script?

3 Answers   CTC,


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

4 Answers   Ordain Solutions,


how to disable the pop ups through QTP using a script

0 Answers  






what is tool interface?

1 Answers   ITC Infotech,


How to save your test using quicktest professional (qtp)?

0 Answers  


How to Map network drive in QTP

3 Answers  


hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me

0 Answers   TCS,


Hi guys can any plz help me how to send fax in sample Flight Appication

1 Answers  


Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji

3 Answers  


Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.

1 Answers  


Categories