Well, on several occasions, when you run a program or a game that occupies much of the RAM, we note slow or poor performance into our computer.
This phenomenon is caused by the remnants of the applications, run programs or games which make the block of RAM is so drastically, resulting in a Memory Fragmentation.
Clearing a little the term 'Memory Fragmentation', You could say or wear holes are left by some applications in physical memory. Fragmentation is generated when there are gaps between two or more processes due to the improper performance of themselves, causing this phenomenon that affects the performance of your computer.
Well, through a line of code (or script), we Freeing Ram memory so improve and optimize performance of it in our computer.
The trick is easy, the first thing to do is Open Notepad Windows which is a totally free text editor. We will:
Start> All Programs> Accessories> Notepad
Then copy the following and we will stick lines of code. Note that the first line is strictly for users who have 128MB RAM, and the second is for those who use 128MB and up.
Mystring = (16000000)
Mystring = (80000000)
Well, in my case will copy 'mystring = (80000000)' (without quotes), because my RAM is 1GB (1024MB). Following that, we will save the text file with a extension. vbe.
Ready, then we have stored the file ' liberar.vbe 'Run it when we see poor performance on our computer to optimize and free up RAM.