On Tuesday Nov 23, 1999, Bruno Boettcher wrote:

> now i tryed to put this in the command line:
> java -green -Djava.compiler=NONE -mx=256m 
>-Xbootclasspath:"/usr/local/JacORB/classes/jacorb.jar:/usr/local/java/jre/lib/rt.jar:${CLASSPATH}"
> "$@"

You should use -mx256m (or -Xmx256m depending on the JDK
version). Note that there is no '='.

You should probably look into why your application is using so much
heap space. Is this expected from the amount of memory you think
your app needs?

Good luck.
-John

----------------------------------------------------------------
John Rousseau                               [EMAIL PROTECTED]
SilverStream Software                                           
1 Burlington Woods                        Phone: +1 781 238 5564
Burlington, MA 01803                        Fax: +1 781 238 5499
----------------------------------------------------------------


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to