Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows don't release memory !!!

Status
Not open for further replies.

micman

Technical User
Jul 5, 2002
71
GR
Im being developing an application on a machine

AMD - Athlon 1900MHz, 128MB RAM, Windows '98

The problem is that when i run the SysMon 'System Monitor' and observe the Memory > Reserved Memory, it goes up about 50MB when i run the application but it doesn't drop at all when i close the application.

When i run the program again it says there is not enough memory and Crashes !!!!

NOTE: I've tweeked Windows to directly unload any DLLs and other code when it is not used, so it should release the memory.

Thanks ...
Random is what we can't see
Devine is what we can't understand
and If 1=2 then I'm the pope
 
Looks like you just discovered one of the many flaws in Win9x! Resource management is extremely poor to begin with, and when you throw in an app that causes a memory leak, then you're just compounding the problem.

Search on google.com for "virtual memory" and you'll find some suggestions on how to tweak it even further. However, for better management, consider upgrading to an NT system like XP or 2000.
~cdogg

"The secret to creativity is knowing how to hide your sources."
- A. Einstein
 
Thanks, will do that ....
Random is what we can't see
Devine is what we can't understand
and If 1=2 then I'm the pope
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top