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 ?