-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]On Behalf Of Jean-Robert D'Amore
Sent: Donnerstag, 30. Oktober 2003 10:27
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Memory leak: A simple idea


By the way, I noticed that past 125MB I have a OutOfMEmoryError : why 125MB? Is there a reason?

[Florin Herinean] You can increase the memory avaliable to java by using -Xmx and -Xms VM options. For example:
java -Xmx256M <your.class>
 
Be aware that if your *physical* memory is less than the one allowed for jvm by -Xmx, you will have big swapping problems under windows.
 
Cheers,
 
Florin
=========================================================================== 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