Memory leakage – What it is – How to fix it

Memory leakage

Memory leakage can create real problems

I bought a memory enhancement program in the mid 90’s to correct for what I thought was memory leakage. I noticed my computer running slower and slower, even after defragging my huge (60MB+) hard drive (LOL). That technology has improved over the years, but memory leakage issues still persist.

Memory leakage can cause serious problems

While most memory leakage is quite small and doesn’t present any serious problem in and of itself, the accumulated effect of running programs for hours on end can compound problems, sometimes leading to disastrous results.

Software

Software programs can be the source of memory leaks

So what is memory leakage, exactly, and how can we resolve it?

My original understanding was that certain programs, when closed, did not release their allotted space in memory – thus reducing the amount of memory available to other problems.

Memory leakage is so much more complex than that. A slight bug in one program might interact with some other program causing increased allocations of memory until some program crashes (not necessarily the program with the leak).

As a consumer, how would you know where to begin to isolate the cause? I’m not a developer, as I suspect most of us aren’t. Debugging code is best suited for the programmer geeks. I started my quest for answers with searches on Google, Bing, Yahoo and Wikipedia.

From Wikipedia

“In computer science, a memory leak is a particular type of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed.”

  • From Google – over 3.4 million results
  • From Bing – over 122,000 results
  • From Yahoo – over 123,000 results

I don’t really have time to search through 3 million results, so I’ll highlight a few results here.

Some contributing causes of serious memory leaks

  • Leaks inside the operating system itself
  • Leaks in system critical drivers
  • Leaks in embedded devices
  • Leaks in programming languages
  • Leaks where programs are able to request memory that hasn’t been released, even when the program terminates
Memory manager

Memory management programs can help

Memory Managers

Most memory managers can recover memory that has become unreachable (if it’s unreachable it retains no value), but they normally cannot free memory that remains reachable. And it’s worth noting that there are levels of reach ability – with strong or weak references. Add to that, every system has a finite amount of memory anyway, so if a memory leak is not contained (possibly by a reboot), it will eventually cause problems.

A simple Google search for Memory Management Programs returned over 13 million results. Yipes! A word of caution – many of these programs are outdated and in fact, produce some overhead of their own.

One in particular caught my interest – SpeedUpMyPC 2017 by Uniblue. It lets you monitor and control all your PC resources with easy, one click instructions. System settings, internet usage, disk clutter, RAM and CPU are all automatically scanned, cleaned and optimized for peak performance.

If you have a recommended program, please share its strengths and weaknesses with us.

Brought to you by ProlimeHost

We’ve been in the web hosting industry for ten years, helping hundreds of clients succeed in what they do best and that’s running their business. We specialize in dedicated servers, with data centers in Los Angeles, Phoenix, Denver and Singapore.

The E3 1275 v5 processor is now available at great pricing, giving you the ability to add up to 64GB of DDR4 ECC RAM. Call +1 877 477 9454 or email us at Sales@ProlimeHost.com. We’re here to help.

Steve
Latest posts by Steve (see all)

Leave a Reply