hterrolle wrote:

hi,

I find out that more i load object more it is slow. I like too know
parameters that could speed out the java execution. I think that the
probleme is comming from memories realocation and swap of course.

I will bet that most of that is swap.

To solve your problem do one single thing: install more physical memory.

Sometimes it also helps to force a garbage collection: System.gc();

----------------------------------------------
Nikolai V. Christensen, Computer Engineer,
Simulation and Training department
IFAD, Forskerparken 10A, DK-5230 Odense M
Denmark, EU
Phone: +45 63 15 71 31  Fax: +45 65 93 29 99
WWWeb: http://www.ifad.dk
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".

Reply via email to