Jump to content

Whats A Memory Leak


Recommended Posts

When a program is not well written it can leave bits and pieces of itself in memory after it is finished running or a process within the program is done. As time goes by, these pieces can start to eat up a large chunk of available memory. That's known as a memory leak.

Share this post


Link to post
Share on other sites

i believe it's when an application uses memory and then when it's supposed to free up the memory after it's done with it, it doesn't... so it just uses up memory and locks it up for itself and then you could close the app and the memory wouldn't be accessible...

 

pretty sure it's that

Share this post


Link to post
Share on other sites

is there an app available that will clean this out after you close a leaky program? seriously, if i could make one i'd share it with ya. most of my games are memory hogs and leakers, and i have to reboot after playing one.

Share this post


Link to post
Share on other sites

cachemanXP is what i use, very simple program that says "hey give me all yor memory" and pushes everythign else down to VM then when it finishes everythign reloads, take abtou 10 seconds on a 512+256 system. Run if every morning if i left my computer off overnight.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...