Jumat, 15 Januari 2010

Free Up Some RAM

Lagi jalan-jalan di google alias googling. gue dapet sebuah tutorial yang menurut gue paten. Tips ini berguna untuk meningkatkan atau membebaskan RAM yang terpakai atau terkunci oleh suatu program, meskipun program-program itu telah di close. Sehingga menyebabkan PC menjadi berat dan terkadang hang.

Berikut beberapa Hal yang gue quote dari sini.


If you have just run an intensive or specifically large application or game, you know about that groggy feeling your system can have. That's usually because of the leftovers taking up your valuable memory. You can free it, however, by clicking your heels together 3 times and saying: "Let my memory go." Er, I mean, using a program to free that trapped memory. There are many good programs to do this at Tweakfiles.

If you don't want to download a big fancy program, you can actually make one yourself very easily using Visual Basic runtimes (you don't even need VB to do this).

Here's what you do:
Open up Notepad (Start, Run, "notepad" (OK)). Depending on how much memory you have, put the appropriate values in...
Under 128mb Ram:
Mystring = (16000000)

128mb or More:
Mystring = (80000000)

Save it as "Memory.vbe" (including the quotes!). Close as many programs as you can, then run (double click) this handy little script to free your memory whenever your computer is feeling sluggish.


Penjelasan singkat dalam bahasa kita kira-kira begini.

1. Buka Notepad pada accessoris
2. Ketik MYSTRING = (80000000)
3. Simpan dengan nama MEMORY.VBE atau RAM.VBE
4. Menyimpan Saveannya harus di desktop untuk mempermudahkan kita mengeksekusi
5. Double klik MEMORY.VBE atau RAM.VBE

kalo punya ram kurang dari 128mb Ubah 80000000-160000000


Sumber : Disini dan disini

Tidak ada komentar:

Posting Komentar