> From: Oleg [mailto:[EMAIL PROTECTED] > Subject: Re: out of memory when there is plenty > > how do I find out now whats wrong.
Try specifying -verbose:gc on the command line; this will at least tell you whether or not it is a heap memory problem. Also, look at the stack trace from the exception and see if it's related to some request for system services (e.g., thread creation). If you really are running out of memory, then a profiler will help you determine what's eating it up. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
