Try raising your Java VM memory allocation with:
java -Xmx512m [app]
^ play around with this number (in megabytes)
I am using Java3D to visualize with 500MB-1GB terrains with textures
without problems under NT.
-Pedro
----- Original Message -----
From: "Pedro Garc�a Patr�n" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 07, 2000 7:22 AM
Subject: [JAVA3D] URGENT!! Problem with java.lang.OutOfMemoryError!!!
> Hi everybody!
>
> I want to create 7200 cubes of the TriangleStripArray class and
include
> them in a BranchGroup object to be rendered inside of a Canvas3D object.
>
> When the Java Virtual Machine is trying to do that, it freezers.
Before
> this, the Virtual Machine brakes down with a java.lang.OutOfMemoryError. I
> don't know what can I do. I don't know if it is a problem with my class
> because I am doing something wrong, if it is a Virtual Machine problem, or
> if it is a problem with my computer, but I think this one is imposible
> because I have got 256 Mbytes...
>
> I need help. Does anybody have any similar problem?
> Can anyone of you help me?
>
> Thank you in advance for any information you can give me.
>
> -----------------------------
> Pedro Garc�a Patr�n
> e-mail: [EMAIL PROTECTED]
> -----------------------------
>
>
===========================================================================
> 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".
>
===========================================================================
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".