Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: IPAndrews on October 24, 2003, 08:55:53 am
-
What are the memory requirements of FSOpen running HT&L? I'm experiencing severe memory shortages running it on my 256mb Win2K system. The likes of which I haven't experienced before with FS2. Good job with it all the same.
-
I don't think that the memory requirements should be all that different. I'm running it on a 256Mb machine on XP adn I don't seem to suffer the same problems.
Are the memory issues causing gameplay problems at all?
-
Thanks for the quick answer. In answer to your question yes, the game is unplayable due to the constant memory swap outs Well you did ask :). It may well be my system as much as anything. Could be it's caching some things in CPU memory that are being stored in GFX memory on other systems.
Here are my specs (and I'm not posting them because I'm proud of them).
PC chips M577
AMD K62 500
AGP GeForce 2 MX.
-
How much memory does your video card have?
-
This might be a silly question, but have you made sure nothing like McAffee or the like is running in the background while you are playing FS2, since FS2 needs to read a lot of files, and McAffee has a habit of scanning everything Windows opens.
Flipside :D
-
Might want to try turning some of the effects off?
Also if you have DX SDK installed debug settings really slow down.
-
HT&L shouldn't raise memory requiements that much
HOLY FRAGGING MOTHER OF GOD!
HT&L Max Memory (in mission):
Fs2 Open CVS: 172Megabytes (htl and non-htl same)
i have this distinct feeling that's a LOT higher than fs2 commerical.. walking program
-
I was hoping it might even lower them when finished
-
someone's allocating a lot of static storage - the memory footprint is 72 megs upon startup - fs2 open 3.5.5 is only like 20 megs upon startup
guess im going to be looking at the recent CVS commit logs looking for this sudden increase in memory usage
-
I cant think of anything I commited that would cause that.
Give me a shout if you find otherwise though.
-
Some memory problems could be related to the operating system its self. My laptop will not run Freespace 2 (retail or open) and keeps giving me virtual memory errors. The laptop has 128 MB of ram however it is also running Windows XP Pro, which hits virtual memory probloms when I am moving files through my network. :hopping:
-
i have this feeling we should dynamically allocate the vertex arrays instead of having some sit unused
-
check around that failed atempt to add decals, there were some sloppy things done with a lot of staticaly alocated memory