How to make a ram booster!!!

 by mohamadelmoussa
ram.png
Every computer user (old computers) suffers from computer freezing.
I'll show you how to make a simple computer booster using notepad.
The steps are said to be simple,so lets begin:
1)Open notepad
2)Type the following: MYSTRING="80000000"
3)Save it,and  name it  "ram booster.vbs"(i prefer to save it on desktop)
4)Now its done

Now every time your computer freeze you can double click it(2 or 3 times),and your computer will be boosted.

neivadan says: Jan 17, 2012. 1:37 PM
couldnt you just post a script that will flush all the ram instend of 8mb cause i dont think 8mb is enough to free up all the other programs.
jeiy says: Jun 24, 2011. 11:49 AM
i have another one:

FreeMem=Space(64000000)
mohamadelmoussa (author) in reply to jeiyJun 25, 2011. 5:15 AM
Yes you can use this ,it has the same effect.
dude300 says: Jun 21, 2011. 8:02 PM
just having a short write up like this makes me think its bad, maybe you could explain what it does exactly and dont just say "makes your computer faster"
Viruality in reply to dude300Jun 22, 2011. 1:30 AM
if your computer freezes, it's mostly because unused data in the ram wasn't flushed correctly - so this script tries to ccreate a variable that needs about 8MB of RAM. The OS checks the RAM and frees the needed amount, after that the script ends, which causes Windows to free the allocated Memory again, leaving 8 MB freed memory.

Those 8MB might be enough for other programs to work properly again.
mohamadelmoussa (author) in reply to dude300Jun 22, 2011. 12:49 AM
That code flushes the RAM. Your RAM stores data for the applications that are being processed. When you have multiple applications running or you have stopped using some applications just recently there are chances that data need for those applications might still remain in the RAM. This code according to my interpretation flushes the RAM of all the data it contains.
But i made it simple in order to be understood by all users(professionals and amateurs).
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!