PDA

Click to See Complete Forum and Search --> : increase available memory


sumdumguy
March 5th, 2002, 10:52 PM
this is hardly much of a tutorial, but more of a quicky way to increase your available memory in windows.
as most of you may know, windows hogs memory when an app opens and doesn't really free it up when the app is closed. yeah, there are programs like freemempro..etc.. but in reality you don't need them. For folks with lot's of memory, this isn't needed much but could help if you are like me and have 10-20 things runnning at the same time .

open notepad (or other editor) and put in the following line :

FreeMem = Space(32000000)


then save it as a .vbs file .. (like "free32meg.vbs") to your desktop or app launcher.
of course you could make one's for other memory sizes too.

to watch the effects, bring up system monitor and choose freemem.. then play with opening apps and dblclicking on the file. it takes a little longer for it to do it's work with increased memory size entered inside the setting.. but within 2-3 seconds you'll have more memory..
(if only i could use this for my brain)
hope this helps...

E5C4P3
March 6th, 2002, 04:40 AM
exellent . I will have to try this
tankx

Death_Slash
April 3rd, 2002, 04:10 PM
thax but does it realy work?

the_JinX
April 3rd, 2002, 04:17 PM
It doesn't seem to work on my XP box....


It just slows it down a lot....

that could also be the swap -> mem -> swap action, slowing the whole OS down...

sun7dots
April 3rd, 2002, 04:42 PM
Originally posted here (http://www.AntiOnline.com/showthread.php?threadid=#post) by the_JinX
It doesn't seem to work on my XP box....


It just slows it down a lot....



At first look it looks like its working on my XP box... Only when I'm trying to free a larger block of memory it slows down for a while but in other way it looks like its working to me:)

Thanx sumdumguy