Subject: RE: java out of memory
From: Thorbjørn Ravn Andersen <TRA@xxxxxxxx>
Date: Tue, 1 Aug 2000 13:54:41 +0200
|
> Exception in thread "main" java.lang.OutOfMemoryError
>
> message with larger files even on UNIX can be avoided.
>
> what is that syntax?
>
> Might help to add this to the FAQ -- and I welcome an RTFM if
> I overlooked it.
For Java 1.3, this is an extended option (-X...). Try "java -X" to get an overview of them. -Xmx is most likely what you are looking for.
Apparently Sun does not want you to know how to use the standard options :-\
--
Thorbjørn Ravn Andersen "...and...Tubular Bells!"
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|