> From: LeeAnn Pultz [mailto:[EMAIL PROTECTED] 
> Subject: RE: OutOfMemoryError - 100 thread limit?
> 
> I turned on verbose:gc and ran the test again:
> [Full GC 48357K->47096K(129792K), 0.6358540 secs]

This shows you've given the JVM only 128 MB to work with; looks like you
really are out of heap space.  You probably want to increase the maximum
(-Xmx) considerably.

 - 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]

Reply via email to