Until yesterday, my comp was routinely crashing in CoH with the now-familiar 'the game has run out of memory and must now exit' problem. After some diligent research and testing yesterday and today, I think I may have found a possible solution to the problem. I am not a programmer, but I will try to be as clear and concise as possible.
If your system has more than 4GB of RAM, you may be able to benefit from the solution I found. I'm running Windows 7 32-bit version with a Quad Core 2.83GHz CPU, with 4GB of RAM and a GTX 580 w/ 2782MB of memory (from my dxdiag). Your mileage may vary depending on your system.
Another thread on this board mentioned the '3GB switch', which is a setting in Windows that allocates more memory to user-mode applications and less to the kernel-mode applications. You need at least 4GB of RAM for this to be a viable option for your comp, and it helps if you don't run a lot of other programs in the background. You definitely don't want to choke out the kernel-mode applications, since as I understand it they're mostly keeping your computer alive.
Allocating more memory to user-mode applications (like CoH) sounds great. However, you also need to give a given application permission to use more memory than it would normally be allowed. To do this, you need to set the LargeAccessAware flag for that program. This can be done through the registry, which I do NOT recommend. There is an application you can get, though, that will allow you to flag CoH in this manner.
By increasing the amount of available user-mode memory, and flagging CoH as a program that is allowed to use more memory, I went from crashing more than once an hour (a lot more often if I hung around Atlas Park) to not crashing at all yesterday or today. I even put it to a severe test today by running the Underground Trial with Ultra settings turned up (not maxed, but very high), and I never had a hitch or a crash. After UG I ran a number of BAF's and Lambda trials in succession, also without crashing. I am satisfied that this fix has curtailed the 'out of memory' crash issue for me.
The step-by-step process to enable this is simple, but CAUTION: I am not a computer expert, I do not know anything about your particular computer. I know what worked for THIS computer. Make a restore point so you can roll back if you have any problems, and save all the information below so you can undo the changes if need be.
To enable the 3GB switch on Windows Vistaâ„¢ or Windows 7:
1) Right-click Command Prompt in the Accessories program group of the Start menu. Click 'Run as Administrator'.
2) At the command prompt, enter "bcdedit /set IncreaseUserVa 3072"
3) Restart the computer.
To disable the 3GB switch:
1) Right-click on Command Prompt in the Accessories program group of the Start menu. Click 'Run as Administrator'.
2) At the command prompt, enter "bcdedit /deletevalue IncreaseUserVa"
3) Restart the computer.
The Large Address Aware application can be found at this link:
http://www.techpowerup.com/forums/at...2&d=1269231650
The source page is here, and I recommend that you read it and understand it before you use the application:
http://www.techpowerup.com/forums/sh...d.php?t=112556
After you download the application, run it, install it wherever you wish, then open it up. It will give you the option to Select an Executable to give permission to. Locate your cityofheroes.exe wherever you have it saved (C drive, etc.) using the Browse function in the app. Once you've selected it, you'll have the option to flag it with a check mark, enabling the Large Access Aware flag in your system. And that's all there is to it, although it can't hurt to restart your machine again.
I hope this helps out folks who've been running into the same frustrating problem I was. No crashes all day yesterday and today made me very happy. If you have any questions, please let me know, I will do my best to answer.
PLEASE do take precautions by setting a restore point BEFORE making any changes, and make a note of how to undo what you did in case you have any problems!