|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Exception of type System.OutOfMemoryException was thrown.Exception of type System.OutOfMemoryException was thrown.
this error is occuring when on arbitrary threads in my .net windows service. There is 2 gigs of memory on the machine and this .net windows service only uses 50 megabytes. What could be causing this? how to fix? Hello, Daniel!
D> Exception of type System.OutOfMemoryException was thrown. D> this error is occuring when on arbitrary threads in my .net windows D> service. There is 2 gigs of memory on the machine and this .net windows D> service only uses 50 megabytes. What could be causing this? how to fix? Where that exception was thrown? what code was executing? Can you be more specific? "Daniel" <softwareengineer98***@yahoo.com> wrote in message I'm not claiming to be authoritative here but I think you will find that the news:%23oXg%23LPOGHA.2628@TK2MSFTNGP15.phx.gbl... > Exception of type System.OutOfMemoryException was thrown. > > this error is occuring when on arbitrary threads in my .net windows > service. > There is 2 gigs of memory on the machine and this .net windows service > only > uses 50 megabytes. What could be causing this? how to fix? runtime has a self-imposed memory restriction which can be altered from the config file. It really has to be this way to be a responsible program and also to have any chance of actually handling the exception. |
|||||||||||||||||||||||