Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is meant by Memory footprint in context of the following example:

Excessive Memory Footprint leads to following:

-Application is slow to load
-After load, other application runs slower than expected
Posted

It means a program that takes up a large amount of memory. So a person with big feet would have a large footprint and cover more space on the floor.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 29-Jan-12 13:26pm    
Right, a 5.
I offered a little different explanation of the metaphor (and at least mention that this is a metaphor :-), please see.
--SA
The metaphor can be understood like this: when you walk on the floor in your dirty shoes, you leave your footprints. After that, the floor needs to be cleaned.

When you run you program, you allocate some objects and use memory and other resources. The more resources your use, the more the "footprint". When those objects are no longer needed, you need to clean up after yourself, so the resources could be reclaimed to be used by other objects.

—SA
 
Share this answer
 
v5
Comments
Richard MacCutchan 29-Jan-12 13:51pm    
+5, I like the bit about cleaning up.
Sergey Alexandrovich Kryukov 29-Jan-12 14:05pm    
Thank you, Richard.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900