What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Reduce MEM

Reduce MEM
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Reduce MEM
quote:
Originally posted by MattyRid
I don't use the script, but I assume it would probably put most of it on the the Hard drive rather than keeping it in RAM
quote:
Originally posted by MeEtc
reducemem, as far as i know, probably just puts the extra memory data into the windows pagefile.
ReduceMEM will do nothing like that...

It simply executes the API EmptyWorkingSet.

However, the original ReduceMEM script from Sypher uses 3 methods to execute this API. (Note: the _only_ difference in methods is how the API is executed, nothing else)

* The first 2 methods use an external file which on its turn uses .NET to execute the API. In other words, the first 2 methods are extremely overkill and actually need _more_ resources and cpu power. And you need the .NET libraries installed. In other words, the first 2 methods are completely useless.

As such, here is a version of the script created by me which does exactly the same as far as memory reduction goes but is a lot smaller. It does not need an external file, DLLs, nor any big .NET libraries as the only thing the script needs to do is calling 1 API and that's it:
ReduceMEM - Cookie Style




quote:
Originally posted by latinbeatz
well i tried the reduce MEM 1.3 script and thou the cpu usage of msn totally decreased to less than 10k...
The script does not reduce cpu usage. In fact, it will increase cpu usage (see below**).

The script attempts to reduce the current working set of the _memory_.

quote:
it appears to lag a lot.
Never choose options 1 or 2 in the script (see above why*).



** because of the usage of external files, dlls and the .NET library in the original ReduceMEM script, the whole Messenger footprint will need _more_ cpu usage than when the script was never installed.


*** The usage of these scripts is on your own risk. In fact, if you want that Messenger runs in the fastest and most stable way do _not_ use such scripts at all...

Using these scripts will slow down Messenger and there is a risk that it becomes unstable. There is a reason why Messenger uses the memory it uses and that is because it needs it. That's also the reason why using that API will only result in a temporary reduction and not a permanent one since Messenger will rewrite everything back to the memory afterwards. Which takes extra time and thus Messenger slows down and more cpu resources are used.

As such, personally I don't see any reason why you would want to use such scripts since they will slow down Messenger, need more cpu resources and there is a risk that Messenger becomes unstable.

Be glad that programs use the memory you've installed instead of ignoring it!!! It would be a complete waste of your money if programs did not used the memory.

PS: such scripts will also _not_ solve memory problems or lack of memory.

;)



PSS: the original thread with Sypher's script and a lot of posts explaining everything is sadly removed. Hence this post which repeats everything important said in that original thread

.plsc File Attachment: ReduceMem - Cookie Style.plsc (1.57 KB)
This file has been downloaded 8039 time(s).

This post was edited on 05-22-2007 at 02:51 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-20-2007 04:03 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Reduce MEM - by latinbeatz on 04-20-2007 at 12:58 AM
RE: Reduce MEM - by MattyRid on 04-20-2007 at 01:50 AM
RE: Reduce MEM - by latinbeatz on 04-20-2007 at 01:52 AM
RE: Reduce MEM - by Zhuinden on 04-20-2007 at 03:09 PM
RE: Reduce MEM - by MeEtc on 04-20-2007 at 03:27 PM
RE: Reduce MEM - by CookieRevised on 04-20-2007 at 04:03 PM
RE: Reduce MEM - by BlackStar on 04-20-2007 at 04:22 PM
RE: Reduce MEM - by latinbeatz on 04-20-2007 at 07:25 PM
RE: Reduce MEM - by Chris4 on 04-21-2007 at 12:00 AM
RE: Reduce MEM - by latinbeatz on 04-21-2007 at 12:26 AM
RE: Reduce MEM - by riahc4 on 06-03-2007 at 10:56 PM
RE: Reduce MEM - by CookieRevised on 06-04-2007 at 12:42 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On