|
-
Oct 2nd, 2009, 01:33 AM
#1
Thread Starter
Fanatic Member
A Vbscript code.
I have heard from many people that this code would free up RAM when PC becomes sluggish:-
FreeMem=Space(64000000) (saving it as .vbs)
How its possible ?
I think this code will just allocate 64 MB to FreeMem variable. So more 64 MB more will be occupied.
Please explain. What the code actually does ?
Dont rely only on your luck. Work hard until You get success.
vb Code:
Private sub Time_ispassing
While Me.Notgetsuccess
trygain=tryagain+1
Me.workhard
wend
end sub
-
Oct 2nd, 2009, 02:02 PM
#2
Re: A Vbscript code.
It uses lots of memory, and when the .vbs finishes that memory is released.
I have no idea how that is supposed to free up other memory... the best assumption I can come up with is that (if that is the amount of 'free' memory is less than 64 MB) it will force Windows to put things that are currently in physical memory to the paging file - but it will bring them back automatically as needed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|