Forum: Poser - OFFICIAL


Subject: Question>HOW do I allocate more meemory to Poser?

FutureFantasyDesign opened this issue on Mar 12, 2007 · 31 posts


pjz99 posted Tue, 13 March 2007 at 4:12 AM

I think there's a little bit more to it than that, as you need some way to guarantee that application's memory is not grabbed by some other process (including OS) - and if you completely ignore the OS's memory management, as you seem to want to do, then you need some way to protect your app's memory from being ripped off by other running apps, which suggests to me you need to write a completely separate memory manager that the OS will use at a very low level.  Good luck with that.

My Freebies