Re: memory dump
At least in my circles, when someone says "dump the memory" they're getting a readout of everything in memory, or saving it to disk.
I'll assume that's not what you're looking for, and that you're trying to free up memory eaten by other programs. There isn't really a good way to do this, or a good reason imo; but none the less, Iarsn TaskInfo has an option that will temporarily gobble up all your memory forcing other things to get paged out or activate garbage collection which can net you some free physical ram to run some other task quickly, but everything else that was running is going to be slow for a bit when you try and use them again. These days I just tell everyone to get more ram and use a 64-bit OS, too many idiot devs out there developing bloatware.. 100MB video driver downloads are pure win!
Also, I'm sure about 20% of the people on this forum could write you a quick
for(;;) malloc()
app that would do the same thing; it should go well with all your other spyware, trojans and lolcats 'stealing all ur memoriez'.
__________________

|