looking for two freeware programs

B

Beck

Is it possible to get a program that will dump memory after a memory hog
program is used?

Also looking for a recommendation on a freeware download manager that has no
spyware.

Thankyou
 
A

Al Klein

Is it possible to get a program that will dump memory after a memory hog
program is used?

When the program closes, unless it's written wrong, it'll release the
memory it had. If it doesn't you have to reboot. A program can't
really tell Windows to release another program's memory - Windows
protects against things like that.
Also looking for a recommendation on a freeware download manager that has no
spyware.

Free Download Manager <http://freedownloadmanager.org>.
 
B

Beck

Al said:
When the program closes, unless it's written wrong, it'll release the
memory it had. If it doesn't you have to reboot. A program can't
really tell Windows to release another program's memory - Windows
protects against things like that.

Hmm maybe something else is wrong then. If I use a memory intensive
program, the machine is very sluggish until reboot.
 
V

Vegard Krog Petersen

Is it possible to get a program that will dump memory after a memory hog
program is used?

I don't know how it's it done in Windows XP, but I do remember I used a
simple Visual Basic script to free memory in Windows 98:

1. Launch Notepad and type in FreeMem = Space(24000000)
2. Save on Desktop, as Free Memory.vbs (save as type: Text)
3. Doubleclick to the FreeMemory icon on the Desktop to relase memory

The Number refers to the amount of of memory (24 mb) it attempts to
regain. You can try to increase this upwards...

regards from vegard


--
Vegard Krog Petersen - Norway

http://vegard2.no -
Solitaire MahJongg guide, Sarah Michelle Gellar Solitaire,
Freeware Logo & symbol, Halma & Chinese Checkers,
Pachisi & Ludo, Freeware Solitaire, My fishy site (fishing
games), a.c.f.g information, Fredrikshald Havfiskeklubb
18+ sites: Firefoxy, Adult Solitaire, Fishy Pictures,
Sexy Chess, Sexy Librarians, Sexy Football
---------------------------------------------------------
 
A

Al Klein

Hmm maybe something else is wrong then. If I use a memory intensive
program, the machine is very sluggish until reboot.

Does the program load a huge .dll? If it stays in memory after you
close the program it still uses memory. If it uses enough you're
swapping a lot, causing sluggishness.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top