Marc Nienhaus wrote:
> But this do not reduce memory at all!
>
> Reaching the maximum size of memory reserved for my Java-Application the
> following
> exception occures while loading using VrmlLoader:
>
>         Exception occurred during event dispatching:
>         java.lang.OutOfMemoryError
>                 <<no stack trace available>>
>
> Does anyone know how to handle it?
>
> Regards,
>   Marc
IMHO java normally uses only 64MB of memory, try to allocate more
memory (increase the heap size)  with a command line parameter:

java -Xmx 256M application.class

Cheers Joerg

--

  http://w5.cs.uni-sb.de/~baus

  Email : [EMAIL PROTECTED]
  Phone : +49-681-302-2016
  Fax   : +49-681-302-4136

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to