Func _ReduceMemory()
DllCall("psapi.dll", "int", "EmptyWorkingSet", "long", -1)
EndFunc
i dont know what this code is for. i thin it will reduce RAM memory to be less used for this program or process memory. or is it for good compression of exe? i need some useful info about it.