Click to See Complete Forum and Search --> : Not Enough Storage is Available...


TheCPUWizard
October 20th, 2003, 08:16 PM
I have a C++ DLL running on my server that needs about 500K of memory (heap or stack). Unfortunately I get the above error when it is statically allocated (a member array) or new fails if dynamically allocated.

It runs on my Win2000 server, but not on my 2003 server. I am sure there is a setting for how much memory to allow a worker process under 2003, but I can not find it anywhere...

Any assistance grewatly appreciated.