Forum: Poser - OFFICIAL


Subject: free RAM without re-start ?

timburr opened this issue on Nov 15, 2004 ยท 9 posts


timburr posted Mon, 15 November 2004 at 1:07 PM

G'day Mates, As we all know, Poser slows down and finally crashes the longer we use it. Regular saves and computer restarts work, but it would be nice if I could free up RAM without the restart. I've tried a couple of freeware RAM cleaners/defraggers but they didn't really work or I couldn't figure them out. Any suggestions on a good freeware solution would be gratefully accepteed.


timburr posted Mon, 15 November 2004 at 1:09 PM

OOps, forgot to mention I'm using Windows XP pro


bobcat574 posted Mon, 15 November 2004 at 1:19 PM

I use mem turbo. It was the only ram defragger and cleaner out there that I could use while poser was still running without a program crash. The interface is rediculously simple. Not sure if they have a freeware version or not, but there is a demo I believe.


lmckenzie posted Mon, 15 November 2004 at 1:50 PM

Attached Link: http://www.amsn.ro/

Try FastDefrag. It comes in both free and commercial versions.

"Democracy is a pathetic belief in the collective wisdom of individual ignorance." - H. L. Mencken


kuroyume0161 posted Mon, 15 November 2004 at 5:33 PM

Don't know if you tried this or if it works with Poser, but minimizing and restoring an application can have the pleasant effect of dumping discontiguous memory heap for the application in Windows. I have this same problem with my plugin in C4D. I free EVERYTHING, but the memory usage does not decrease significantly. This is caused by frequent memory allocations and frees on the heap which leaves heap fragmentation. If I minimize and restore C4D, its memory usage as read in the Task Manager goes from, e.g., 150MB down to 22MB. The reason for this is that when an application is minimized in Windows, its heap (pages of memory) are paged out. During the page in process, currently unused memory is not restored (and there may be a consolidation of the heap memory pool in the process?). Good luck!

C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, you blow your whole leg off.

 -- Bjarne Stroustrup

Contact Me | Kuroyume's DevelopmentZone


timburr posted Tue, 16 November 2004 at 12:08 AM

Well thanks...I think. Didn't understand a word of that. Anyway I'll try minimizing and see if it helps. Also thanks to others who responded. Am currently trying out both suggestions.


Natolii posted Tue, 16 November 2004 at 1:30 AM

The minimize and restore trick does not work. Been there, done that many times. System mechanic is a program you can pick up at any Wal-mart for about $30. It comes with a variety of system tools as well as a tool to defrag Memory without rebooting.


mimezine posted Tue, 16 November 2004 at 10:39 AM

~ i don't use XP, but to me a little VB-script works well, it's simple, only 1 line: FreeMem = Space (here u have to type in the number of MB) for example: (512000000) for 512 MB ~ write a line in a texteditor and than save with suffix .vbs ~ place it on desktop or whatever, just a doubleclick to activate ~ perhaps it will be helpful


lmckenzie posted Tue, 16 November 2004 at 9:18 PM

I'm no expert on Windows memory allocation but it would be interesting to do a comparison. I loaded Poser with a couple of figures and some other applications running (I'm running Windows 2000 with 372MB of RAM). Physical memory used was 91%. The VBScript had no effect. Running FastDefrag reduced useage to 65%. It's not a real test or a commercial for FastDefrag but the latter seems to do a pretty good job. As I said, I'm no expert but I doubt that allocating memory for a string which is what FreeMem is doing, will be as effective as a dedicated application for that purpose.

"Democracy is a pathetic belief in the collective wisdom of individual ignorance." - H. L. Mencken