Hello, I have recently discovered that Windows 7 has no memory release function, which is why a lot of users still prefer Windows XP over Windows 7.
I have just experienced a couple BSoD while running a program that I found out eats up a lot of memory. With no memory release function, I acknowledge that I cannot keep this program on overnight.
My question, is there any reliable program (Microsoft certified or not) that you would open up and would clean up memory at the single click of the mouse? Or a program set up to automatically free up memory after certain time intervals?
Thank you in advance to whoever responds.
I have just experienced a couple BSoD while running a program that I found out eats up a lot of memory. With no memory release function, I acknowledge that I cannot keep this program on overnight.
My question, is there any reliable program (Microsoft certified or not) that you would open up and would clean up memory at the single click of the mouse? Or a program set up to automatically free up memory after certain time intervals?
Thank you in advance to whoever responds.
My Computer
- OS
- Windows 7 Genuine 64 bit
- Memory
- 4GB
- Graphics Card(s)
- nVidia GeForce 360M
. Two of the three seem to mainly force working set trimming (which can cause huge performance hits, not to mention the potential for bugchecking if the app being "cleaned" is doing even the slightest thing wrong with it's allocations), and the other appears to simply do what the memory manager would already do, it just calls the APIs agressively (which is the safest way, I suppose, but isn't likely to actually do much if an app is leaking other than fill up your paging file, which can cause bugchecks in and of itself if applications are indeed leaking memory - you just delay the inevitable).